ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / CustomProperties Property

In This Topic
    CustomProperties Property (Report)
    In This Topic
    Gets the custom properties.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
    public CustomPropertyDefinitionCollection CustomProperties {get;}

    Property Value

    The custom properties.
    See Also