Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 look an example

Author  Topic 

zhshqzyc
Posting Yak Master

240 Posts

Posted - 2008-11-11 : 22:42:46
reportviewer renderingcomplete.

I haven't found any sample for it.

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-11 : 23:26:02
what? can you elaborate?
Go to Top of Page

zhshqzyc
Posting Yak Master

240 Posts

Posted - 2008-11-12 : 09:05:20
[code]Private Sub ctlReportViewer_RenderingComplete(ByVal sender As Object, ByVal e As Microsoft.Reporting.WinForms.RenderingCompleteEventArgs) Handles ctlReportViewer.RenderingComplete
If m_bPrint Then
ctlReportViewer.PrintDialog()
End If
m_bPrint = False
End Sub

End Class[/code]
Can I get a sample like above?
Go to Top of Page
   

- Advertisement -