ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.DV Namespace / IRule Interface / Properties Property

In This Topic
    Properties Property (IRule)
    In This Topic
    List of properties and values to be changed applied when rule condition is met
    Syntax
    'Declaration
     
    ReadOnly Property Properties As IItemCollection(Of IRuleProperty)
    IItemCollection<IRuleProperty> Properties {get;}
    See Also