Поделиться через


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