ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinition Class / Name Property

In This Topic
    Name Property (CustomPropertyDefinition)
    In This Topic
    The name of the custom property.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also