Report 类
Contains properties, data, and layout information for the report. The Report class is the root of the Report object model. This class cannot be inherited.
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..Report
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public NotInheritable Class Report
用法
Dim instance As Report
public sealed class Report
public ref class Report sealed
[<SealedAttribute>]
type Report = class end
public final class Report
Report 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Author | Gets the name of the author of the report. |
![]() |
AutoRefresh | Indicates, in seconds, how often to refresh the report. |
![]() |
Body | Gets the body of the report, as a rectangle. |
![]() |
BottomMargin | Gets the width of the bottom margin. |
![]() |
CacheState | Gets or sets a value that indicates that objects to be rendered should be cached. |
![]() |
Columns | Gets the default number of columns for rendering the report. |
![]() |
ColumnSpacing | Gets the default spacing between the columns, including the unit designator. |
![]() |
Custom | Gets the contents of the Custom tag in the definition. |
![]() |
CustomProperties | Returns a collection of custom properties for the report. |
![]() |
DataElementName | Gets the name of a top level element that represents the report data. |
![]() |
DataElementStyle | Gets a value that indicates whether text boxes should render as elements or attributes. |
![]() |
DataSchema | Gets the schema or namespace to use for a report data rendering. |
![]() |
DataSetName | Gets the name of the dataset. |
![]() |
DataTransform | Gets the ___location to a transformation to apply to a report data rendering. |
![]() |
Description | Gets the description of the report. |
![]() |
ExecutionTime | Gets the date and time that the report was generated. |
![]() |
HasBookmarks | Gets a value that indicates whether the report contains bookmarks. |
![]() |
InDocumentMap | Gets a value that indicates whether the report has a document map. |
![]() |
LeftMargin | Gets the width of the left margin. |
![]() |
Location | Gets the ___location of the report as an absolute URL, encoded with ReplacementRoot, if necessary. |
![]() |
Name | Gets the name of the report. |
![]() |
NeedsHeaderFooterEvaluation | Gets a value that indicates whether this page header or page footer needs to be evaluated during rendering. |
![]() |
NumberOfPages | Gets the number of pages in the report. |
![]() |
PageFooter | Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false. |
![]() |
PageHeader | Gets the contents of the page header when the NeedsHeaderFooterEvaluation property is false. |
![]() |
PageHeight | Gets the height of the page. |
![]() |
Pages | Gets an object that contains pagination information. |
![]() |
PageWidth | Gets the width of the paper page. |
![]() |
Parameters | Gets the parameters for the report. |
![]() |
RenderingInfo | Gets or sets data to be used by the rendering extension. This data is specific to the current instance of the report item. |
![]() |
ReportLanguage | Gets the language of the report. |
![]() |
RightMargin | Gets the width of the left margin. |
![]() |
SharedRenderingInfo | Gets or sets shared data for use in future rendering extensions. |
![]() |
ShowHideStateChanged | Gets a value that indicates whether the show/hide state of the report snapshot has changed. |
![]() |
ShowHideToggle | Gets the identifier of the toggle item that was toggled by the user. |
![]() |
SortItem | The ID the sort item, if the user clicks a particular sort item. |
![]() |
TopMargin | Gets the width of the top margin. |
![]() |
UniqueName | Gets the unique name for this report. |
![]() |
Width | Gets the width of the report. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
EnableNativeCustomReportItem() () () () | Configures the rendering object model to make custom report items available. |
![]() |
EnableNativeCustomReportItem(String) | Configures the rendering object model to make custom report items of the given type available. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
Find | Finds the report item in the report that has the given unique name. |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetReportUrlBuilder | Creates a ReportUrlBuilder from an initial URL, optionally using a replacement URL root. |
![]() |
GetResource | Returns the requested resource and its MIME type. |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
StreamURL | Returns the URL needed to retrieve this stream from another. Works with the CreateAndRegisterStream delegate function. |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。