Share via


Group.Filters Property

Gets or sets the filters to apply to each instance of the group.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Filters As IList(Of Filter)
    Get 
    Set
'Usage
Dim instance As Group 
Dim value As IList(Of Filter)

value = instance.Filters

instance.Filters = value
public IList<Filter> Filters { get; set; }
public:
property IList<Filter^>^ Filters {
    IList<Filter^>^ get ();
    void set (IList<Filter^>^ value);
}
member Filters : IList<Filter> with get, set
function get Filters () : IList<Filter>
function set Filters (value : IList<Filter>)

Property Value

Type: System.Collections.Generic.IList<Filter>
An IList<T> object.

See Also

Reference

Group Class

Microsoft.ReportingServices.RdlObjectModel Namespace