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
 Development Tools
 Reporting Services Development
 Field length for report parameters is too short

Author  Topic 

manfred100
Starting Member

3 Posts

Posted - 2009-06-24 : 08:28:55
Hi all

I have a problem with reporting services (MSSQL Server 2005 SP2). The (input) fields for the defined report parameters will be created (automatically) in a list with two rows, but the field length is too short. Is it possible to specify the field length?

I hope, you understand. If not, I have a screenshut.

Thanks for your help. Manfred

NeilG
Aged Yak Warrior

530 Posts

Posted - 2009-06-24 : 09:04:17
How do you mean the field length will be to short , have you set the parameter through the report parameter or just through declaring the parameter in your dataset

Lookin the menu, report then click on Report Parameters there are only option for ' string, bootlean, datetime, float, integer'
so it's not limited in length
Go to Top of Page

manfred100
Starting Member

3 Posts

Posted - 2009-06-25 : 05:26:15
Hi, thanks for your answer.

Yes, I defined the Report Parameters with these options as you described. The input isn't limited, that's right.
What I mean is: The field length ist about 5cm (2 inch), but the strings are between 50 and 100 characters.
So I have to scroll every time. I mean, the control box should be longer, that I see more characters without scrolling.

With default settings, the "Report Parameters" are shown in a grid of two rows and with default length (for all controls the same length). I should define the length individual for several controls.

Thanks, Manfred.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-06-25 : 14:40:49
i dont think standard viewer give you opions to vary parameter dropdown lengths. it decides the length mostly based on the data thats contained in dropdown
Go to Top of Page
   

- Advertisement -