ActiveReports 8
EnableCategory Method
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : EnableCategory Method

category
Value that indicates whether to enable the category with the specified name.
enable
Indicates whether the category is enabled.

Glossary Item Box

Specifies a category name to enable or disable.

Syntax

Visual Basic (Declaration) 
Public Sub EnableCategory( _
   ByVal category As System.String, _
   ByVal enable As System.Boolean _
) 
C# 
public void EnableCategory( 
   System.string category,
   System.bool enable
)

Parameters

category
Value that indicates whether to enable the category with the specified name.
enable
Indicates whether the category is enabled.

Requirements

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

See Also