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.
Author |
Topic |
adopilot
Starting Member
2 Posts |
Posted - 2007-05-12 : 05:35:35
|
Hello I have few question abaut report services:1st How to set on my reports date fromat dd,mm,yyyy I use Date parametars and need to display it on my reportswhat ever I try it is always mm,dd,yyyy.2nd Can I resize parametar box size on deployed report, I use long stings for Label Field and when I open report in web browiser rables is shown but in small size and i need to use horizontal scrol bar to see all data for parametar.3th I use multi value parametar and I set the defalt values from Non-queired option, while I working in visual stoudio is OK when I preview report defolt values is OK, but when i deployed that on server which is on defrend machine default values do not working.4th Where I can check wich version of SQL2005 is working I think that problem with multi default values is in difrent SP between my com and server whos hosts reports .5thHow I can set some reports to it can bi acces anymauslyI want to set off password and username checking before opening report.Thanks in adviceBest Regards ! |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-12 : 12:03:25
|
To check sql version, run "select @@version' on the server. |
 |
|
|
|
|