Skip to content

Instantly share code, notes, and snippets.

@sAbakumoff
Created March 5, 2013 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sAbakumoff/5088530 to your computer and use it in GitHub Desktop.
Save sAbakumoff/5088530 to your computer and use it in GitHub Desktop.
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