Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class ToolSeparator Inherits ToolBase |
C# | |
---|---|
public sealed class ToolSeparator : ToolBase |
C# | Copy Code |
---|---|
GrapeCity.ActiveReports.Web.Controls.ToolSeparator ts;
ts = GrapeCity.ActiveReports.Web.Controls.Tool.CreateSeparator("SomeName"); |
Visual Basic | Copy Code |
---|---|
Dim ts As GrapeCity.ActiveReports.Web.Controls.ToolSeparator ts = GrapeCity.ActiveReports.Web.Controls.Tool.CreateSeparator("SomeName") |
System.Object
GrapeCity.ActiveReports.Web.Controls.ToolBase
GrapeCity.ActiveReports.Web.Controls.ToolSeparator
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