Partager via


Classe Report

Represents an object model 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 Gets or sets the author of the report.
Propriété publique AutoRefresh Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Propriété publique Body Gets or sets how the body of the report is structured and rendered.
Propriété publique Classes Gets or sets the list of classes to instantiate during report initialization.
Propriété publique Code Gets or sets the definitions for custom functions to be used in expressions within the report.
Propriété publique CodeModules Gets or sets the code modules to make available to the report for use in expressions.
Propriété publique ComponentMetadata Gets or sets the component metadata. (hérité de ReportObject.)
Propriété publique ConsumeContainerWhitespace Gets or sets 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 Gets or sets the custom information to be handed to the report rendering component.
Propriété publique DataElementName Gets or sets the name of a top level element that represents the report data.
Propriété publique DataElementStyle Indicates whether the leaf-level values, such as text box values and chart data values, should render as elements or attributes.
Propriété publique DataSchema Gets or sets the schema or namespace to use for a report data rendering.
Propriété publique DataSets Gets or sets the data that is displayed as part of the report.
Propriété publique DataSources Gets or sets the data sources from which data sets are taken for this report.
Propriété publique DataTransform Gets or sets the location to a transformation to apply to a report data rendering.
Propriété publique DeferVariableEvaluation Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing.
Propriété publique Description Gets or sets the description of the report.
Propriété publique DescriptionLocID Gets or sets the unique identifier for the Description property.
Propriété publique EmbeddedImages Gets or sets the embedded images within the report.
Propriété publique ExpressionDialog Defines the contents of a field control in a report.
Propriété publique InitialPageName Gets or sets the initial or default name of the report page.
Propriété publique Language Gets or sets the primary language of the text.
Propriété publique Page Gets or sets the page layout information about the report.
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique ReportID Gets or sets the unique identifier for the report.
Propriété publique ReportParameters Gets or sets the collection of parameters for the report.
Propriété publique ReportSections Gets or sets the report sections in the report.
Propriété publique ReportServerUrl Gets or sets the URL of the report server.
Propriété publique ReportTemplate Indicates whether the report is a report template.
Propriété publique ReportUnitType Gets or sets the default unit type for the report.
Propriété publique Site Infrastructure. Gets or sets the site associated with the ReportObject object. (hérité de ReportObject.)
Propriété publique Variables Gets or sets the variables defined for the report as a whole.
Propriété publique Width Gets or sets the 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. Creates a name for the data that is displayed as part of the report.
Méthode publique GenerateItemName(String, String, Predicate<String>) Infrastructure. Creates a name of an item.
Méthode publique GenerateItemName<T>(String, Converter<String, T>) Infrastructure. Creates a name of an item.
Méthode publiqueMembre statique GetClsCompliantIdentifier Infrastructure. Gets the Common Language Specification compliant identifier.
Méthode publique GetContainingDataScopes Infrastructure. Returns the list of report object that contains data scopes. (hérité de ReportObject.)
Méthode publique GetDataScopesFor Infrastructure. Gets the data scopes for the report.
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. Returns the data scopes for default implementation. (hérité de ReportObject.)
Méthode publique GetDataSetByName Accesses a dataset by using the name.
Méthode publique GetDataSetsByDataSourceName Infrastructure. Gets the data sets using the source name.
Méthode publique GetDataSourceByName Accesses a data source by its name.
Méthode protégée GetDependenciesCore Infrastructure. Returns the dependencies core for the ReportObject object. (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. Initializes the report object for designer. (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. Raises an event when the property of the child was changed. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. Raises an event when the property was changed. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. Returns whether the report definition language semantic is the same with the core object. (hérité de ReportObject.)
Méthode protégée SavePropertyValue<T> Infrastructure. Saves the property value of the report object. (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 Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed. (hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope.Group Gets the group of where this object belong.
Implémentation d'interface explicitePropriété privée IDataScope.Name Gets the name of this object.

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.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel