Элементы 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.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable. . :: . .Dispose (Наследуется из ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent. . :: . .Disposed (Наследуется из ReportObject.)
Явная реализация интерфейсаЗакрытое свойство IDataScope. . :: . .Group
Явная реализация интерфейсаЗакрытое свойство IDataScope. . :: . .Name

В начало