CustomData Element (RDL)

Represents the data to display in a custom report item.

語法

<CustomReportItem>
    ...
    <CustomData>
        <DataSetName>...</DataSetname>
        <Filters>...</ Filters>
        <DataColumnGroupings>...</ DataColumnGroupings>
        <DataRowGroupings>...</DataRowGroupings>
        <DataRows>...</DataRows>
    </CustomData>
    ...
</CustomReportItem>

Element Characteristics

Characteristic Description

Data type and length

None

Default value

None

Cardinality

0-1: Optional element that can occur once or not at all.

Element Relationships

Relationship Element

Parent element

CustomReportItem

Child elements

DataSetName

DataColumnGroupings

DataRowGroupings

DataRows

Filters

備註

The CustomData element defines the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated. Custom report items with a CustomData element are considered to be DataRegions. This impacts such things as restricting placement within the report (for example, custom report items not allowed in detail rows, page header or page footer), available scopes for expressions, and the use of the RepeatWith element.

請參閱

參考

Report Definition XML Elements

說明及資訊

取得 SQL Server 2005 協助