CustomData.Filters Property

Definition

Gets or sets the filters to apply to each row of data.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Filter ^> ^ Filters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Filter ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Filter ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Filter>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Filter> Filters { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Filter>))>]
member this.Filters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Filter> with get, set
Public Property Filters As IList(Of Filter)

Property Value

An IList<T> object.

Attributes

Applies to