2.285 ActionInfo

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

The ActionInfo element specifies a list of actions that are for a report item.

In RDL 2003/10 and RDL 2005/01, the Action element specifies a list of actions for a report item.

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

Parent elements

Image

Line

Rectangle

Subreport

Textbox

TextRun

Tablix

Chart

ChartStripLine

ChartDataLabel

ChartDataPoint

ChartEmptyPoints

ChartItemInLegend

ChartLegendColumn

ChartTitle

ChartLegendCustomItem

ChartLegendCustomItemCell

GaugePanel

GaugeImage

GaugeLabel

LinearGauge

LinearScale

LinearPointer

ScaleRange

NumericIndicator

RadialGauge

RadialScale

RadialPointer

StateIndicator

Map

MapColorScale

MapDistanceScale

MapLineTemplate

MapMarkerTemplate

MapPolygonTemplate

MapLegend

MapTitle

CustomReportItem

Child elements

ActionInfo.Actions

The following is the XML Schema definition of the ActionInfo element in RDL 2008/01.

 <xsd:complexType name="ActionInfoType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Actions" type="ActionsType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ActionInfoType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Actions" type="ActionsType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>