ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / CustomProperties Property

In This Topic
    CustomProperties Property (ReportItem)
    In This Topic

    Gets a collection of custom property elements.

    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
    public CustomPropertyDefinitionCollection CustomProperties {get;}

    Property Value

    A CustomPropertyDefinitionCollection containing the custom report item's custom properties.

    See Also