Created
March 5, 2013 07:02
-
-
Save sAbakumoff/5088530 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PageReport pagereport = new PageReport(new System.IO.FileInfo("Invoice2.rdlx")); | |
pagedoc = new PageDocument(pagereport); | |
pagedoc.LocateDataSource += new LocateDataSourceEventHandler(runtime_LocateDataSource); | |
pagedoc.PageReport.Document.LocateDataSource += new LocateDataSourceEventHandler(runtime_LocateDataSource); | |
pagedoc.Print(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment