ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _RuleOption Class / actions Property

In This Topic
    actions Property (_RuleOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property actions As List(Of IRuleActionOption)
    public List<IRuleActionOption> actions {get; set;}
    See Also