2.290 CustomProperties

Applies to RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01

The CustomProperties element specifies properties about which report design tools can pass information to custom report renderers and custom report items.

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

Parent elements

Report

Image

Line

Rectangle

Subreport

Textbox

Tablix

TablixMember

List

Matrix

Table

Grouping

Chart

ChartAxis

ChartSeries

ChartDataPoint

ChartEmptyPoints

ChartMember

GaugePanel

Map

CustomReportItem

DataMember

DataGrouping

Child elements

CustomProperties.CustomProperty

The following is the XML Schema definition of the CustomProperties element in RDL 2005/01 and RDL 2008/01.

 <xsd:complexType name="CustomPropertiesType">
 <xsd:sequence>
   <xsd:element name="CustomProperty" type=CustomPropertyType" 
       maxOccurs="unbounded" />
 </xsd:sequence>
 <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType> 

The following is the XML Schema definition of the CustomProperties element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="CustomPropertiesType">
 <xsd:sequence>
   <xsd:element name="CustomProperty" type=CustomPropertyType" 
       maxOccurs="unbounded" />
 </xsd:sequence>
 <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>