ReportItem Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines a virtual report item in a report. A report item can be a line, rectangle, text box, image, subreport, data region, or custom report item.
Element Attributes
Attribute | Type | Description |
---|---|---|
Name |
String |
Name of the report item. |
Element Relationships
Relationship | Element | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parent elements |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Child elements |
|
Remarks
The ReportItem element itself is not used in an RDL report. Wherever a ReportItem element can occur, a specific type of report item is used. Types of report items are one of the following: Line, Rectangle, Image, Subreport, Textbox, Rectangle, CustomReportItem or a data region. A data region can be a Tablix or Chart.
Default values for the Top and Left are set to 0. The default value for Height is the height of the container minus Top. The default value for Width is the width of the container minus Left. Negative values for Width are only valid for Line.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Working with Report Items
Formatting Report Items