共用方式為


Report 類別

Represents a report.

繼承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Report

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public NotInheritable Class Report _
    Implements IDefinitionPath
'用途
Dim instance As Report
public sealed class Report : IDefinitionPath
public ref class Report sealed : IDefinitionPath
[<SealedAttribute>]
type Report =  
    class 
        interface IDefinitionPath 
    end
public final class Report implements IDefinitionPath

Report 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Author Gets the author of the report.
公用屬性 AutoRefresh Gets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
公用屬性 Body 已經過時。Gets the body of the report.
公用屬性 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 Gets the custom information to be handed to the report rendering component
公用屬性 DataElementName Gets the name of a top level element that represents the report data.
公用屬性 DataElementStyle Gets a value that indicates whether leaf-level values (e.g. textbox values and chart data values) 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, if the report contains only one dataset.
公用屬性 DataTransform Gets 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 Gets the description of the report.
公用屬性 DocumentMap Gets the document map for the report.
公用屬性 ExecutionTime Gets the most recent time the report is executed.
公用屬性 HasBookmarks Gets a value that indicates the report contains bookmarks.
公用屬性 HasDocumentMap Gets a value that indicates the report contains document map labels.
公用屬性 ID Gets the unique identifier for this report definition object.
公用屬性 InitialPageName Gets an expression that evaluates to the initial or default name of the report page.
公用屬性 Instance Gets the report instance object that contains the calculated values of this report definition object.
公用屬性 Language Gets an expression that evaluates to the primary language of the text.
公用屬性 Location Gets the location from which the report was executed.
公用屬性 Name Gets the report name.
公用屬性 NeedsHeaderFooterEvaluation 已經過時。Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.
公用屬性 NeedsOverallTotalPages Gets a value that indicates whether the Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
公用屬性 NeedsPageBreakTotalPages Gets a value that indicates whether to the Globals!TotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
公用屬性 NeedsReportItemsOnPage Gets a value that indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
公用屬性 NeedsTotalPages Gets a value that indicates whether to the Globals!TotalPages or Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
公用屬性 Page 已經過時。Gets the 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.
公用屬性 ReportSections Gets the report sections in the report.
公用屬性 ShowHideToggle Gets the unique name of the toggled item in the current rendering request, if any.
公用屬性 SnapshotPageSizeInfo Gets a rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
公用屬性 SortItem Gets the unique name of the selected user sort item in the current rendering request, if any.
公用屬性 Width 已經過時。Gets the width of the report.

上層

方法

  名稱 說明
公用方法 AddToCurrentPage Registers the value of a textbox as being on the current page.
公用方法 CreateChunk Creates a stream for a chunk of the rendered report.
公用方法 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。)
公用方法 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。)
公用方法 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。)

上層

執行緒安全性

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

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間