Report 要素 (RDL)
レポートのプロパティ、データ、およびレイアウト情報が格納されます。Report 要素は、レポート定義言語 (RDL) の最上位要素です。
構文
<Report>
<Description>...</Description>
<Author>...</Author>
<AutoRefresh>...</AutoRefresh>
<DataSources>...</DataSources>
<DataSets>...</DataSets>
<Body>...</Body>
<ReportParameters>...</ReportParameters>
<Custom>...</Custom>
<Code>...</Code>
<Width>...</Width>
<PageHeader>...</PageHeader>
<PageFooter>...</PageFooter>
<PageHeight>...</PageHeight>
<PageWidth>...</PageWidth>
<LeftMargin>...</LeftMargin>
<RightMargin>...</RightMargin>
<TopMargin>...</TopMargin>
<BottomMargin>...</BottomMargin>
<EmbeddedImages>...</EmbeddedImages>
<Language>...</Language>
<CodeModules>...</CodeModules>
<Classes>...</Classes>
<DataTransform>...</DataTransform>
<DataSchema>...</DataSchema>
<DataElementName>...</DataElementName>
<DataElementStyle>...</DataElementStyle>
</Report>
要素の特性
特性 | 説明 |
---|---|
データ型と長さ |
なし |
既定値 |
なし |
カーディナリティ |
1-1 : 必須要素で、1 回だけ出現します |