Report 類別

Represents a report.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Class Report _
    Inherits ReportObject _
    Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'用途
Dim instance As Report
public class Report : ReportObject, IDataScopeService, 
    IDataScope, IContainedObject, IReportData
public ref class Report : public ReportObject, 
    IDataScopeService, IDataScope, IContainedObject, IReportData
type Report =  
    class
        inherit ReportObject
        interface IDataScopeService
        interface IDataScope
        interface IContainedObject
        interface IReportData
    end
public class Report extends ReportObject implements IDataScopeService, IDataScope, IContainedObject, IReportData

Report 型別公開下列成員。

建構函式

  名稱 說明
公用方法 Report Creates a new instance of the Report class.

上層

屬性

  名稱 說明
公用屬性 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.
公用屬性 Classes Classes to instantiate during report initialization.
公用屬性 Code Definitions for custom functions to be used in expressions within the report. Custom functions must be instance methods. If a function OnInit() is defined within code, it is called during parameter, report, and page header/footer initialization. The function must be defined as Protected and Overrides.
公用屬性 CodeModules Code modules to make available to the report for use in expressions.
公用屬性 ComponentMetadata The component metadata. (繼承自 ReportObject。)
公用屬性 ConsumeContainerWhitespace Gets a value that indicates whether all whitespace in containers, such as Body and Rectangle, should be consumed when contents grow instead of preserving the minimum white space 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, such as text box values and chart data values, should render as elements or attributes.
公用屬性 DataSchema The schema or namespace to use for a report data rendering.
公用屬性 DataSets Describes the data that is displayed as part of the report.
公用屬性 DataSources Describes the data sources from which data sets are taken for this report.
公用屬性 DataTransform The location to a transformation to apply to a report data rendering. This can be a full folder path or a relative path.
公用屬性 DeferVariableEvaluation Indicates that variables throughout the report do not have to be pre-evaluated at the beginning of report processing. They can be evaluated on-demand based on usage. Deferred variable evaluation can improve performance but should not be used if any variables are time-dependent.
公用屬性 Description Description of the report.
公用屬性 DescriptionLocID The unique identifier for the Description property.
公用屬性 EmbeddedImages Images embedded within the report.
公用屬性 InitialPageName The initial or default name of the report page.
公用屬性 Language The primary language of the text.
公用屬性 Page Contains page layout information about the report.
公用屬性 Parent The parent of this report object. (繼承自 ReportObjectBase。)
公用屬性 ReportID The unique identifier for the report.
公用屬性 ReportParameters Parameters for the report.
公用屬性 ReportSections The report sections in the report.
公用屬性 ReportServerUrl The URL of the report server.
公用屬性 ReportTemplate Indicates whether this is a report template.
公用屬性 ReportUnitType The default unit type for the report.
公用屬性 Site 基礎結構。 (繼承自 ReportObject。)
公用屬性 Variables Variables defined for the report as a whole.
公用屬性 Width Width of the report.

上層

方法

  名稱 說明
公用方法 DeepClone Returns a deep clone of this ReportObject instance. (繼承自 ReportObject。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GenerateDataSetName 基礎結構。
公用方法 GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) 基礎結構。
公用方法 GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) 基礎結構。
公用方法靜態成員 GetClsCompliantIdentifier 基礎結構。
公用方法 GetContainingDataScopes 基礎結構。 (繼承自 ReportObject。)
公用方法 GetDataScopesFor 基礎結構。
受保護的方法 GetDataScopesForDefaultImpl 基礎結構。 (繼承自 ReportObject。)
公用方法 GetDataSetByName Accesses a dataset by using the name.
公用方法 GetDataSetsByDataSourceName 基礎結構。
公用方法 GetDataSourceByName Accesses a data source by its name.
受保護的方法 GetDependenciesCore 基礎結構。 (繼承自 ReportObject。)
公用方法 GetEmbeddedImageByName Accesses an embedded image by its name.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetReportParameterByName Accesses a report parameter by its name.
公用方法 GetType (繼承自 Object。)
公用方法 Initialize Initializes an instance of the Report class. (覆寫 ReportObject. . :: . .Initialize() () () ()。)
受保護的方法 InitializeForDesigner 基礎結構。 (繼承自 ReportObject。)
公用方法靜態成員 Load(array<Byte> [] () [] []) Loads a Report object from a report definition.
公用方法靜態成員 Load(Stream) Loads a Report object from a report definition.
公用方法靜態成員 Load(String) Loads a Report object from a report definition.
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 OnChildPropertyChanged 基礎結構。 (繼承自 ReportObject。)
受保護的方法 OnPropertyChanged 基礎結構。 (繼承自 ReportObject。)
受保護的方法 RdlSemanticEqualsCore 基礎結構。 (繼承自 ReportObject。)
受保護的方法 SavePropertyValue< (Of < <' (T> ) > > ) 基礎結構。 (繼承自 ReportObject。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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