ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / RuleConfig Class / Properties Property

In This Topic
    Properties Property (RuleConfig)
    In This Topic
    Gets rule properties collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As IItemCollection(Of IRuleProperty)
    public IItemCollection<IRuleProperty> Properties {get;}
    See Also