ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Viewer Namespace > ReportViewerObject Class : ViewType Property |
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load arv.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer6.ViewType.ContinuousScroll Dim rpt As New rptDD rpt.Run() arv.Document = rpt.Document End Sub
private void arv_Load(object sender, System.EventArgs e) { arv.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer6.ViewType.ContinuousScroll; rptDD rpt = new rptDD(); rpt.Run(); arv.Document = rpt.Document; }
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