ActiveReports 9
EnableCategory Method

Value that indicates whether to enable the category with the specified name.
Indicates whether the category is enabled.
Specifies a category name to enable or disable.
Syntax
'Declaration
 
Public Sub EnableCategory( _
   ByVal category As System.String, _
   ByVal enable As System.Boolean _
) 
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

Reference

Toolbox Class
Toolbox Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum