Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Defines a custom report item to be drawn in the report.
Sintaxis
<ReportItems>
...
<CustomReportItem Name="..." Type="...">
<Top>...</Top>
<Left>...</Left>
<Height>...</Height>
<Width>...</Width>
<ZIndex>...</ZIndex>
<Visibility>...</Visibility>
<RepeatWith>...</RepeatWith>
<ReportItems>...</ReportItems>
</CustomReportItem>
...
</ReportItems>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-n: Optional element that can occur once or more. |
Element Attributes
| Attribute | Type | Description |
|---|---|---|
Name |
String |
Name of the custom report item. |
Type |
String |
Type of the custom report item. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
Height, Left, RepeatWith, ReportItems, Top, Visibility, Width, ZIndex |
Notas
A custom report item is one that is not defined by standard RDL. You can insert any XML structure into the CustomReportItem element. The Type attribute and this XML structure can be processed by a custom application or server.
Use the ReportItems element to define a collection of report items to display when the application or server does not support the custom report item.
Vea también
Referencia
Report Definition XML Elements