ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / CustomProperties Property

In This Topic
    CustomProperties Property (TablixMember)
    In This Topic
    Gets a collection of custom properties defined for the member.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
    public CustomPropertyDefinitionCollection CustomProperties {get;}

    Property Value

    A CustomPropertyDefinitionCollection object containing custom properties.
    See Also