-
by David Leibowitz
| July 11, 2009
|
Me.Value will not work in SQL Server Reporting Services 2008 (SSRS 2008) if you have some complex code behind. This is regardless whether you use that code in your expression. For example, your Tooltip might simply be =Me.Value . Not only will that not work, but the combination might leave you without a visbile value in the cell. What?? I use quite...
-
by David Leibowitz
| July 09, 2009
|
Passing URL report parameters directly to a report in a SharePoint Document Library is enabled in the SQL Server Reporting Services 2008 Integration with SharePoint Add-in . When a report is rendered in full-page view in SharePoint, the URL is displayed in the following format: http://<SharePoint_site>/_layouts/ReportServer/RSViewerPage.aspx?rv...
-
by David Leibowitz
| July 09, 2009
|
In a SharePoint integrated SQL Server Reporting Services environment, you find you can access a model, open Report Builder, drag an drop a few items. But when you attempt to actually run the report you're told the model cannot be found. What? But you were just using it! The error looks like: An error has occurred during report processing. (rsProcessingAborted...
-
by David Leibowitz
| July 04, 2009
|
Enabling Anonymous Access to Report Builder Application Files Report Builder uses ClickOnce technology to download and install application files on the client computer. When it starts on the client computer, the ClickOnce application launcher will make a request for additional application files on the report server computer. If the report server is...