共用方式為


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 containing 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。)
公用方法 Find Finds the report item in the report with 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。)
公用方法 StreamURL Returns the URL needed to retrieve this stream from another. Works with the CreateAndRegisterStream delegate function.
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間