CustomProperty Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a custom property used in a report, report item, or group.
Element Relationships
Relationship | Element | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Parent elements |
||||||||||
Child elements |
|
Remarks
A CustomProperty Name or Value element within a CustomData element with no data rows will evaluate to null if it is based on an expression. Custom properties with expressions that need to be evaluated, even in the case of no rows, should be placed on the CustomReportItem element instead.
Client applications using the CustomProperty element should add an application-specific namespace prefix to their custom property names to reduce the likelihood of name collisions in the event that multiple applications are used for editing the same report definition (for example, “msd:FormattedValue” rather than just “FormattedValue”).
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Custom Report Items