ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / CategoryDescriptor Structure / CategoryDescriptor Constructor
The name of the category.

In This Topic
    CategoryDescriptor Constructor
    In This Topic
    Initializes a new instance of the CategoryDescriptor struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public CategoryDescriptor( 
       string name
    )

    Parameters

    name
    The name of the category.
    See Also