Report 成員
Represents a report.
Report 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
AddToCurrentPage | Registers the value of a textbox as being on the current page. |
![]() |
EnableNativeCustomReportItem() () () () | Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image. |
![]() |
EnableNativeCustomReportItem(String) | Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image. |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetChunk | Gets a report data chunk. |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetOrCreateChunk | Gets or creates a report data chunk. |
![]() |
GetPageSections | Causes page header/footer calculations to be performed for the current page.This method must be called before accessing the PageSections for the report. |
![]() |
GetReportUrl | URL from which the report was executed |
![]() |
GetResource | Used to retrieve auxiliary resources used during rendering. E.g. An XSLT used by the XML renderer |
![]() |
GetStreamUrl | URL by which a client application may request a stream of the given name |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
SetPage | Sets the current page number and total page count.This method must be called before GetPageSections.The totalPages argument must be accurate if NeedsHeaderFooterEvaluation is true. Otherwise, this argument is unused. |
![]() |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Author | Author of the report |
![]() |
AutoRefresh | Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds. |
![]() |
Body | Describes how the body of the report is structured and rendered |
![]() |
ConsumeContainerWhitespace | Gets a value that indicates whether all whitespace in containers (i.e. Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container. |
![]() |
CustomProperties | Custom information to be handed to the report rendering component |
![]() |
DataElementName | Name of a top level element that represents the report data. |
![]() |
DataElementStyle | Indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes |
![]() |
DataSchema | The schema or namespace to use for a report data rendering. |
![]() |
DataSetName | Name of the dataset, if the report contains only one dataset |
![]() |
DataTransform | The location to a transformation to apply to a report data rendering. This can be a full folder path (e.g. “/xsl/xfrm.xsl”) or relative path (e.g. “xfrm.xsl”). |
![]() |
DefinitionPath | Gets the path to this report definition object in the report definition. |
![]() |
Description | Description of the report |
![]() |
DocumentMap | The document map for the report |
![]() |
ExecutionTime | When the report was executed |
![]() |
HasBookmarks | Indicates the report contains bookmarks |
![]() |
HasDocumentMap | Indicates the report contains document map labels |
![]() |
ID | Gets the unique identifier for this report definition object. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Language | The primary language of the text. |
![]() |
Location | The location from which the report was executed |
![]() |
Name | Description |
![]() |
NeedsHeaderFooterEvaluation | Indicates AddToCurrentPage must be called for each item on the page before GetPageSections is called. |
![]() |
Page | Contains page layout information about the report. |
![]() |
Parameters | Gets the report parameters. |
![]() |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. |
![]() |
ShowHideToggle | UniqueName of the toggled item in the current rendering request, if any. |
![]() |
SnapshotPageSizeInfo | A rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension. |
![]() |
SortItem | UniqueName of the selected user sort item in the current rendering request, if any. |
![]() |
Width | Width of the report |
頂端