Sign in
Tudor's WebLog
Frequently asked questions about SQL Server reporting services.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Reporting Services
Browse by Tags
MSDN Blogs
>
Tudor's WebLog
>
All Tags
>
reporting services
Tagged Content List
Blog Post:
Reporting Services in SQL Express now available
tudortr
The wait is over. The new edition of SQL Express - (free) that includes Reporting Services is available. Look here for download details. For a list of features available in all SQL editions see this article Happy reporting!
on
19 Apr 2006
Blog Post:
Sample on ReportViewer controls with Object data sources containing nested objects
tudortr
I made a couple of changes in the object data source sample on www.gotreportviewer.com to illustrate the use of nested objects in report fields I have added a ProductSales sub-class to the Product class. ProductSales has two fields: Quantity and Price. In the report - you can reference them via...
on
10 Apr 2006
Blog Post:
New report viewer developer site
tudortr
Great starting point for using the new Report Viewer controls in Visual Studio 2005 http://www.gotreportviewer.com/
on
3 Nov 2005
Blog Post:
Reporting Services 2005 advanced deployment options
tudortr
Deploying Report Manager on an Internet-Facing Web Server I have seen a lot of questions on deploying Reporting Services in an internet facing configuration. In SQL Reporting Services 2005, this is easier than in the previous version, but still not as seamless as we would have liked. In SQL Server...
on
3 Nov 2005
Blog Post:
Adding security groups to Reporting services security doesn't take effect until IIS is restarted
tudortr
If you grant Reporting services permissions (via http://servername/Reports | folder properties | security) to Windows security groups, you may find out that people belonging to those groups don't immediately get the expected access rights. For performance reasons IIS caches authorization tokens. For...
on
27 Oct 2004
Blog Post:
Secure reports, parameters and User!UserID
tudortr
I have seen enough questions on how to protect parameters passed to reports to warrant a blog entry. Let’s say if you want to integrate a report containing HR data in your application. Let’s assume the data in the HR database is keyed by the EmployeeID field. Your application will...
on
20 Jul 2004
Blog Post:
Reporting Services SP1 and rsInvalidDataSourceCredentialSetting errors
tudortr
If you upgraded to RS SP1 and noticed some of your reports that used to work fail now with the following error: “The current action cannot be completed because the user data source credentials that are required to execute this report are not stored in the report server database. (rsInvalidDataSourceCredentialSetting...
on
19 Jul 2004
Blog Post:
Microsoft SQL Server Reporting Services - measuring and improving performance
tudortr
§ Optimize your report queries. Usually the bulk of report execution time is spent executing queries and retrieving results. If you are using SQL Server , tools such as Query Analyzer and Profiler can help you optimize your queries and Database Tuning Advisor can suggest better indexes for your...
on
28 Jun 2004
Page 1 of 1 (8 items)