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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。