ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / CustomProperties Property

In This Topic
    CustomProperties Property (DataMember)
    In This Topic
    Gets the custom properties for this member.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
    public abstract CustomPropertyCollection CustomProperties {get;}

    Property Value

    A CustomPropertyCollection containing custom properties for this member.
    See Also