Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

SSRS pop up box sizing

$
0
0
Is it possible to have my pop up SSRS box size according to the size of the returned value? Issue is, i have a text box that returns a note field and depending on the number of notes, it can and will vary in size. I am currently using this code ... any suggestions or info is appreciated. ="void window.open(" &"'"& Globals!ReportServerUrl &"/Pages/ReportViewer.aspx?"&Globals!ReportFolder &"/Patient%20Eligibility&rc:Parameters=False&rc:Toolbar=False&VPATIENTPROFILEID="& Fields!PatientProfileID.Value &"','DetailsWindow','left=300,top=180,width=920,height=455,status=no,menubar=no,scrollbars=yes,location=no'" & ")"

Viewing all articles
Browse latest Browse all 2791

Trending Articles