
'Declaration Public Class SectionReport Inherits System.MarshalByRefObject
public class SectionReport : System.MarshalByRefObject
var sectionReport = new GrapeCity.ActiveReports.SectionReport(); sectionReport.LoadLayout(System.Xml.XmlReader.Create("Report.rpx")); sectionReport.Document.Printer.PrinterName = String.Empty; viewer.LoadDocument(sectionReport);
System.Object
System.MarshalByRefObject
GrapeCity.ActiveReports.SectionReport