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

In This Topic
    CustomProperties Property (CustomReportItem)
    In This Topic

    Gets a collection of custom property elements for the custom report item.

    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