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.
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? |
|
|
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 SubEnd Class[/code]Can I get a sample like above? |
|
|
|
|
|