AltReportItem Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Contains the report item to render in cases where the custom report item is not supported by the server or the renderer.
Element Relationships
Relationship | Element | ||||||
---|---|---|---|---|---|---|---|
Parent elements |
|||||||
Child elements |
|
Remarks
If no AltReportItem element exists for a parent CustomReportItem element that cannot be natively rendered, an empty rectangle with no border is rendered.
Values for the Top, Left, Height, and Width elements for AltReportItem are ignored. Top and Left are set to 0, and Height and Width are set to 100 percent of the CustomReportItem element.
An AltReportItem element cannot contain a CustomReportItem element.
ReportItems elements that are contained within an AltReportItem element are available in the ReportItem global collection only if the CustomReportItem is not supported natively.
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
Custom Report Items