Parameters
- fileName
- Report layout (RPX) file name.
This overload has been deprecated. Please use the new LoadLayout(XmlReader) overload.
var sectionReport = new GrapeCity.ActiveReports.SectionReport(); sectionReport.LoadLayout("Report.rpx"); sectionReport.Document.Printer.PrinterName = String.Empty; viewer.LoadDocument(sectionReport);