Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 shrink and grow of the display field

Author  Topic 

BCJ
Starting Member

42 Posts

Posted - 2008-07-18 : 13:03:16
Hi ,

I have report which displays the value of a parameter which has multi value property.

when i selected multi values in the parameter the display field should grow and and display all the values in the report header, that works fine, but when i select only one value in the parameter the field then the display field should shrink and adjust the body of the report. that is not working now. i have selected true for both shrink and grow property of the display field.

any help appreciated. thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-18 : 14:21:07
the header wont grow or shrink horizontally as per the data size. The autogrow auto shrink property ensures only vertical growth to span data into multiple lines according to size.

http://msdn.microsoft.com/en-us/library/microsoft.reportingservices.reportrendering.textbox_properties.aspx
Go to Top of Page
   

- Advertisement -