ActiveReports Developer 7
EnableCategory Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 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.

See Also