नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Defines a chart region to be included in the report.
Syntax
<ReportItems>
...
<Chart Name="...">
<Style>...</Style>
<Top>...</Top>
<Left>...</Left>
<Height>...</Height>
<Width>...</Width>
<ZIndex>...</ZIndex>
<Visibility>...</Visibility>
<ToolTip>...</ToolTip>
<Label>...</Label>
<Bookmark>...</Bookmark>
<Custom>...</Custom>
<KeepTogether>...</KeepTogether>
<NoRows>...<NoRows>
<DataSetName>...</DataSetName>
<PageBreakAtStart>...</PageBreakAtStart>
<PageBreakAtEnd>...</PageBreakAtEnd>
<Filters>...</Filters>
<Type>...</Type>
<Subtype>...</Subtype>
<SeriesGroupings>...</SeriesGroupings>
<CategoryGroupings>...</CategoryGroupings>
<ChartData>...</ChartData>
<Legend>...</Legend>
<CategoryAxis>...</categoryaxis>
<ValueAxis>...</ValueAxis>
<Title>...</Title>
<PointWidth>...</PointWidth>
<Palette>...</Palette>
<ThreeDProperties>...</ThreeDProperties>
<PlotArea>...</PlotArea>
<ChartElementOutput>...</ChartElementOutput>
</Chart>
...
</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 chart. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
Bookmark, CategoryAxis, CategoryGroupings, ChartData, ChartElementOutput, Custom, DataSetName, Filters, Height, KeepTogether, Label, Left, Legend, NoRows, PageBreakAtEnd, PageBreakAtStart, Palette, PlotArea, PointWidth, SeriesGroupings, Style, Subtype, ThreeDProperties, Title, ToolTip, Top, Type, ValueAxis, Visibility, Width, ZIndex |
See Also
Reference
Report Definition XML Elements