Viewing 9 posts - 211 through 219 (of 219 total)
Be aware though there are formatting issues when using the print button in SP2. I have over 150+ reports but they only will print correctly from PDF.
July 22, 2005 at 5:32 am
Yes, you can use a custom assembly to accomplish this. However, using this is disabled be default and you'll need to modify two config files, RSReportDesigner.config and RSReportServer.config. The code...
July 22, 2005 at 5:30 am
Another option is to execute the query from the data tab and then click the refresh button. The field list will then be available.
Dave
July 21, 2005 at 5:39 am
On the data tab, execute your query. Once you have results, click the refresh button. The fields should now appear.
June 29, 2005 at 6:59 am
You'll need to connect into the web service for this. There's a very good article at http://www.odetocode.com/Articles/114.aspx that shows how to do this.
June 28, 2005 at 6:29 am
You can use an iif statement to change the value in the table, for example:
=iif(Fields!location.value = "Value Unknown", "", Fields!location.Value)
June 24, 2005 at 6:21 am
Have you tried adding the site to your list of Trusted Sites in IE?
June 16, 2005 at 6:41 am
The report title can be layed in with a text box and typing whatever you'd like or if you want to use the name of the RDL in your report,...
June 15, 2005 at 6:00 am
Once you have the results back in the dataset, you need to click the refresh button. The fields should now be available to you.
February 15, 2005 at 5:43 am
Viewing 9 posts - 211 through 219 (of 219 total)