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

In This Topic
    CustomProperties Property (Tablix)
    In This Topic
    Gets the custom information to be handed to the report rendering component.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
    public CustomPropertyDefinitionCollection CustomProperties {get;}
    See Also