Expand Minimize
This topic has not yet been rated - Rate this topic

CustomProperty Element (RDL)

SQL Server 2005

Represents a custom property used in a report, report item, or group.


<CustomProperties>
    ...
    <CustomProperty>
        <Name>...</Name>
        <Value>...</Value>
    </CustomProperty>
    ...
</CustomProperties>

Characteristic Description

Data type and length

None

Default value

None

Cardinality

1-n: Required element that can occur once or more than once.

Relationship Element

Parent element

CustomProperties

Child elements

Name

Value

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 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”).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.