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 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

页首

方法

  名称 说明
公共方法 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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。