共用方式為


Report 成員

Represents a report.

Report 型別公開下列成員。

建構函式

  名稱 描述
公用方法 Report() () () () Creates a new instance of the Report class.
公用方法 Report(IPropertyStore) Creates a new instance of the Report class.

頂端

方法

  名稱 描述
公用方法 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> ) > > )) 基礎結構。
公用方法 GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (繼承自 ReportObject。)
公用方法靜態成員 GetClsCompliantIdentifier 基礎結構。
公用方法 GetContainingDataScopes The containing data scopes. (繼承自 ReportObject。)
公用方法 GetDataScopesFor 基礎結構。
受保護的方法 GetDataScopesForDefaultImpl 基礎結構。 (繼承自 ReportObject。)
公用方法 GetDataSetByName Accesses a dataset by using the name.
公用方法 GetDataSetsByDataSourceName 基礎結構。
公用方法 GetDataSourceByName Accesses a data source by its name.
公用方法 GetEmbeddedImageByName Accesses an embedded image by its name.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetReportParameterByName(String) Accesses a report parameter by its name.
公用方法靜態成員 GetReportParameterByName(String, IList< (Of < <' (ReportParameter> ) > > )) Returns a report parameter in the specified list that matches the specified name.
公用方法 GetType (繼承自 Object。)
公用方法 Initialize Initializes an instance of the Report class. (覆寫 ReportObject. . :: . .Initialize() () () ()。)
受保護的方法 InitializeForDesigner 基礎結構。 (繼承自 ReportObject。)
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 OnChildPropertyChanged 基礎結構。 (繼承自 ReportObject。)
受保護的方法 OnPropertyChanged 基礎結構。 (繼承自 ReportObject。)
公用方法靜態成員 ResolveDataSource Resolves a data source.
受保護的方法 SavePropertyValue< (Of < <' (T> ) > > ) 基礎結構。 (繼承自 ReportObject。)
公用方法 ToString (繼承自 Object。)
受保護的方法 WrapPropertyStore 基礎結構。 (繼承自 ReportObject。)

頂端

屬性

  名稱 描述
公用屬性 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.
公用屬性 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.
公用屬性 Language The primary language of the text.
公用屬性 Page Contains page layout information about the report.
公用屬性 Parent The parent of this report object. (繼承自 ReportObjectBase。)
公用屬性 PropertyStore The property store. (繼承自 ReportObjectBase。)
公用屬性 ReportID The unique identifier for the report.
公用屬性 ReportParameters Parameters for 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.

頂端