ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Toolbar Namespace : Separator Class |
private void arv_Load(object sender, System.EventArgs e) { DataDynamics.ActiveReports.Toolbar.Separator sep = new DataDynamics.ActiveReports.Toolbar.Separator(); sep.Enabled = true; sep.Id = 777; sep.ToolTip = "Do not click here."; //insert the tool between the single & multipage icons arv.Toolbar.Tools.Insert(9, sep); rptDD rpt = New rptDD(); rpt.Run(); arv.Document = rpt.Document; }
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load Dim sep As New DataDynamics.ActiveReports.Toolbar.Separator sep.Enabled = True sep.Id = 777 sep.ToolTip = "Do not click here." 'insert the tool between single & multipage icons arv.Toolbar.Tools.Insert(9, sep) Dim rpt As New rptDD rpt.Run() arv.Document = rpt.Document End Sub
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DataDynamics.ActiveReports.Toolbar.Tool
DataDynamics.ActiveReports.Toolbar.Separator
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