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.
See Also

Reference

Toolbox Class
Toolbox Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum