Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.