ActiveReports6 Assembly > DataDynamics.ActiveReports Namespace > ActiveReport Class > Run Method : Run(Boolean) Method |
'Declaration Public Overloads Sub Run( _ ByVal syncDocument As Boolean _ )
public void Run( bool syncDocument )
private void Form1_Load(object sender, System.EventArgs e) { ActiveReport1 rpt = new ActiveReport1(); rpt.Run(True); viewer1.Document = rpt.Document; }
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim rpt As New rptMain() rpt.Run(True) Viewer1.Document = rpt.Document End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2