Partager via


Classe Report

Represents a report.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..Report

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class Report _
    Inherits ReportObject _
    Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'Utilisation
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

Le type Report expose les membres suivants.

Constructeurs

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

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 ComponentMetadata The component metadata. (hérité de ReportObject.)
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 InitialPageName The initial or default name of the report page.
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 ReportID The unique identifier for the report.
Propriété publique ReportParameters Parameters for the report.
Propriété publique ReportSections The report sections in 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

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 publiqueMembre statique GetClsCompliantIdentifier Infrastructure.
Méthode publique GetContainingDataScopes Infrastructure. (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 protégée GetDependenciesCore Infrastructure. (hérité de ReportObject.)
Méthode publique GetEmbeddedImageByName Accesses an embedded image by its name.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetReportParameterByName Accesses a report parameter by its name.
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes an instance of the Report class. (remplace ReportObject. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (hérité de ReportObject.)
Méthode publiqueMembre statique Load(array<Byte> [] () [] []) Loads a Report object from a report definition.
Méthode publiqueMembre statique Load(Stream) Loads a Report object from a report definition.
Méthode publiqueMembre statique Load(String) Loads a Report object from a report definition.
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 protégée RdlSemanticEqualsCore Infrastructure. (hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.