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
 Transact-SQL (2005)
 Results to file

Author  Topic 

andros30
Yak Posting Veteran

80 Posts

Posted - 2008-07-10 : 15:31:50
I'm not sure if this is the proper forum for this question but I need to find some information if anyone can help me.

I currently have several reports that are sent in excel format. The problem is the columns are fixed width when the report is generated and the results in those columns are almost always longer than the default width. Is there anyway to format those columns in my stored procedure or SendSAM to allow me to at least set some custom width to the column without having the user to adjust those manually?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-07-12 : 00:06:25
How do you generate reports? Possible to set longer default width or variable width?
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-07-12 : 05:21:41
You should post this question in Reporting Services Forum

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -