ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / CategoryDescriptor Structure / Name Property

In This Topic
    Name Property (CategoryDescriptor)
    In This Topic
    Gets the name of the category.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    The name of the category.
    Remarks
    This property holds the name of the category.
    See Also