Wayne Larimore - his Bloggin' Weighs

.NET | SharePoint | WSS | Office | Multimedia | Gadgets
posts - 289, comments - 153, trackbacks - 62

My Links

News

My items on eBay

Article Categories

Archives

Post Categories

Blogs I Read

Developers Resources

Miscellaneous

Money Matters

Sharepoint Resources

WCM / MCMS Resources

Reporting Services

Microsoft SQL Server Reporting Services
asp.net page break via HTML - reporting tip

Have you ever wanted to kick out a report via ASP.NET but have not figured out how to force page breaks?  Well, here's the easy on it: style="PAGE-BREAK-AFTER: always" You can make your report as simple or complex as you like with pure ASP.NET and a javascript print function - you're in business.

posted @ Thursday, March 12, 2009 4:55 PM | Feedback (0) | Filed Under [ .NET General Reporting Services ]

Creating Snapshots Passing Parameters with Reporting Services And Controlling Report History

In order to pass parameters to a snapshot report in Reporting Services 2005 via WSDL you must create a linked report first.  You can control the history a linked report keeps as well.  Here's a code snippet I used recently to accomplish this... ''' Purpose: ''' Handles Creation Of Linked Reports in Microsoft SQL Server Reporting Services 2005 ''' required parameters: ''' rs - reporting services web reference ''' reportname - name of linked report ''' rp - report path ''' rplr - report link path Private Sub CreateLinkedReport(ByRef rs As ReportingService2005, ByVal reportname As String, ByVal rp As String, ByVal rplr As String) Dim prop As New [Property]() prop.Name = "Description" prop.Value =...

posted @ Wednesday, December 13, 2006 9:10 AM | Feedback (0) | Filed Under [ Reporting Services ]

Powered by: