Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Blog to support the Microsoft Systems Management Server and Configuration Manager community.
Bryan's Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Misc.
Reporting Services
Systems Management Server
News
These postings are provided "AS IS" with no warranties, and confer no rights.
Archives
May 2008 (2)
June 2007 (1)
October 2006 (1)
July 2006 (3)
February 2006 (1)
November 2005 (2)
October 2005 (3)
August 2005 (3)
July 2005 (1)
January 2005 (1)
September 2004 (2)
July 2004 (2)
June 2004 (1)
May 2004 (2)
March 2004 (4)
February 2004 (5)
Reporting Resources
Books Online
Official Web site
Kent Tegel's Blog
Tudor's Blog
MSRC Blog
Systems Management Server
Offical Homepage
Printing Reports in Reporting Services
Reporting Services brings a lot of new and exciting features to the BI marketplace as a version one reporting tool. The programmatic interfaces as well as the extensibility architecture allow for a lot of features to be added by third-party developers. One question that I get from customers is if Reporting Services supports some kind of client- or server-side printing control that enables users to print reports with a single button click directly from the HTML viewer. This feature was not automatically built into the product in favor of focusing more on nailing down some of the other core features. Never fear, Reporting Services supports automatic exporting of reports to two, pixel perfect formats: PDF and Image. Reporting Services also has plans to support both server and client direct printing in future versions. Still, there may be an instance when you might want to build programmatic printing of reports into your business application. For one possible solution, please visit my articles area and check out
Printing Reports Programmatically Using C# and SQL Server 2000 Reporting Services
.
Published Wednesday, February 11, 2004 2:13 PM by
bryanke
Filed under:
Reporting Services
Comments
#
Frame Target in SQL Reporting
Monday, April 26, 2004 3:36 PM by
Toan Lam
Is there a Target/LinkTarget property in SQL Report service?
I have a drill down report and I would like to have the report stay in the same window frame (_main) when user click on the hyperlink on the report to go to the next report.
Thank you for your suggestion
Toan
#
re: Printing Reports in Reporting Services
Monday, April 26, 2004 5:31 PM by
Bryan Keller
On the parent report you need to add the URL access parameter rc:LinkTarget="_main".
#
re: Printing Reports in Reporting Services
Thursday, June 03, 2004 6:56 AM by
Amol
Hi,
I want to user SQL Server 2000 Reporting services in My project.
Tech is dot net framework and database is SQL Server 2000.
Reporting Features are - Scheduling,Emails and Directlly printing also export in Excel.
So I want to know how to do these things with ASP.NET.
Let me know from where I will get sample code?
How to integrate in Dot Net?
Thanks.
Amol
Anonymous comments are disabled