Partager via


Membres Report

Represents a report.

Le type Report expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Report() () () () Creates a new instance of the Report class.
Méthode publique Report(IPropertyStore) Creates a new instance of the Report class.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (Hérité de ReportObject.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GenerateDataSetName Infrastructure.
Méthode publique GenerateItemName(String, String, Predicate< (Of < <' (String> ) > > )) Infrastructure.
Méthode publique GenerateItemName< (Of < <' (T> ) > > )(String, Converter< (Of < <' (String, T> ) > > )) Infrastructure.
Méthode publique GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Hérité de ReportObject.)
Méthode publiqueMembre statique GetClsCompliantIdentifier Infrastructure.
Méthode publique GetContainingDataScopes The containing data scopes. (Hérité de ReportObject.)
Méthode publique GetDataScopesFor Infrastructure.
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (Hérité de ReportObject.)
Méthode publique GetDataSetByName Accesses a dataset by using the name.
Méthode publique GetDataSetsByDataSourceName Infrastructure.
Méthode publique GetDataSourceByName Accesses a data source by its name.
Méthode publique GetEmbeddedImageByName Accesses an embedded image by its name.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetReportParameterByName(String) Accesses a report parameter by its name.
Méthode publiqueMembre statique GetReportParameterByName(String, IList< (Of < <' (ReportParameter> ) > > )) Returns a report parameter in the specified list that matches the specified name.
Méthode publique GetType (Hérité de Object.)
Méthode publique Initialize Initializes an instance of the Report class. (Se substitue à ReportObject. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (Hérité de ReportObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode publiqueMembre statique ResolveDataSource Resolves a data source.
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (Hérité de ReportObject.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée WrapPropertyStore Infrastructure. (Hérité de ReportObject.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Author Author of the report.
Propriété publique AutoRefresh Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Propriété publique Body Describes how the body of the report is structured and rendered.
Propriété publique Classes Classes to instantiate during report initialization.
Propriété publique 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.
Propriété publique CodeModules Code modules to make available to the report for use in expressions.
Propriété publique 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.
Propriété publique CustomProperties Custom information to be handed to the report rendering component.
Propriété publique DataElementName Name of a top level element that represents the report data.
Propriété publique DataElementStyle Indicates whether leaf-level values, such as text box values and chart data values, should render as elements or attributes.
Propriété publique DataSchema The schema or namespace to use for a report data rendering.
Propriété publique DataSets Describes the data that is displayed as part of the report.
Propriété publique DataSources Describes the data sources from which data sets are taken for this report.
Propriété publique DataTransform The location to a transformation to apply to a report data rendering. This can be a full folder path or a relative path.
Propriété publique 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.
Propriété publique Description Description of the report.
Propriété publique DescriptionLocID The unique identifier for the Description property.
Propriété publique EmbeddedImages Images embedded within the report.
Propriété publique Language The primary language of the text.
Propriété publique Page Contains page layout information about the report.
Propriété publique Parent The parent of this report object. (Hérité de ReportObjectBase.)
Propriété publique PropertyStore The property store. (Hérité de ReportObjectBase.)
Propriété publique ReportID The unique identifier for the report.
Propriété publique ReportParameters Parameters for the report.
Propriété publique ReportServerUrl The URL of the report server.
Propriété publique ReportTemplate Indicates whether this is a report template.
Propriété publique ReportUnitType The default unit type for the report.
Propriété publique Site Infrastructure. (Hérité de ReportObject.)
Propriété publique Variables Variables defined for the report as a whole.
Propriété publique Width Width of the report.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (Hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (Hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope. . :: . .Group
Implémentation d'interface explicitePropriété privée IDataScope. . :: . .Name

Haut de la page