2.329 Filters

The Filters element specifies an ordered list of Filter elements that apply to a DataSet (in RDL 2008/01, RDL 2010/01, and RDL 2016/01) or a group.

The following are the parent and child elements of the Filters element.

Parent elements

Tablix

List

Matrix

Table

Group

Grouping

Chart

GaugePanel

CustomData

DataSet

Child elements

Filters.Filter

The following is the XML Schema definition of the Filters element.

 <xsd:complexType name="FiltersType">
   <xsd:sequence>
     <xsd:element name="Filter" type="FilterType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>