'Declaration Public ReadOnly Property Document As SectionDocument
public SectionDocument Document {get;}
'Declaration Public ReadOnly Property Document As SectionDocument
public SectionDocument Document {get;}
private void formReport_Load(object sender, System.EventArgs e) { rptMain rpt = new rptMain(); this.viewer1.Document = rpt.Document; rpt.Run(); }
Private Sub formReport_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim rpt As New rptMain() Viewer1.Document = rpt.Document rpt.Run() End Sub
SectionReport Class
SectionReport Members
GrapeCity.ActiveReports.Document~GrapeCity.ActiveReports.Document.SectionDocument