Partilhar via


Classe Report

Represents an object model report.

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class Report _
    Inherits ReportObject _
    Implements IDataScopeService, IDataScope, IContainedObject, IReportData
'Uso
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

O tipo Report expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Report Creates a new instance of the Report class.

Início

Propriedades

  Nome Descrição
Propriedade pública Author Gets or sets the author of the report.
Propriedade pública AutoRefresh Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Propriedade pública Body Gets or sets how the body of the report is structured and rendered.
Propriedade pública Classes Gets or sets the list of classes to instantiate during report initialization.
Propriedade pública Code Gets or sets the definitions for custom functions to be used in expressions within the report.
Propriedade pública CodeModules Gets or sets the code modules to make available to the report for use in expressions.
Propriedade pública ComponentMetadata Gets or sets the component metadata. (Herdado de ReportObject.)
Propriedade pública 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.
Propriedade pública CustomProperties Gets or sets the custom information to be handed to the report rendering component.
Propriedade pública DataElementName Gets or sets the name of a top level element that represents the report data.
Propriedade pública DataElementStyle Indicates whether the leaf-level values, such as text box values and chart data values, should render as elements or attributes.
Propriedade pública DataSchema Gets or sets the schema or namespace to use for a report data rendering.
Propriedade pública DataSets Gets or sets the data that is displayed as part of the report.
Propriedade pública DataSources Gets or sets the data sources from which data sets are taken for this report.
Propriedade pública DataTransform Gets or sets the location to a transformation to apply to a report data rendering.
Propriedade pública DeferVariableEvaluation Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing.
Propriedade pública Description Gets or sets the description of the report.
Propriedade pública DescriptionLocID Gets or sets the unique identifier for the Description property.
Propriedade pública EmbeddedImages Gets or sets the embedded images within the report.
Propriedade pública ExpressionDialog Defines the contents of a field control in a report.
Propriedade pública InitialPageName Gets or sets the initial or default name of the report page.
Propriedade pública Language Gets or sets the primary language of the text.
Propriedade pública Page Gets or sets the page layout information about the report.
Propriedade pública Parent The parent of this report object. (Herdado de ReportObjectBase.)
Propriedade pública ReportID Gets or sets the unique identifier for the report.
Propriedade pública ReportParameters Gets or sets the collection of parameters for the report.
Propriedade pública ReportSections Gets or sets the report sections in the report.
Propriedade pública ReportServerUrl Gets or sets the URL of the report server.
Propriedade pública ReportTemplate Indicates whether the report is a report template.
Propriedade pública ReportUnitType Gets or sets the default unit type for the report.
Propriedade pública Site Infraestrutura. Gets or sets the site associated with the ReportObject object. (Herdado de ReportObject.)
Propriedade pública Variables Gets or sets the variables defined for the report as a whole.
Propriedade pública Width Gets or sets the width of the report.

Início

Métodos

  Nome Descrição
Método público DeepClone Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GenerateDataSetName Infraestrutura. Creates a name for the data that is displayed as part of the report.
Método público GenerateItemName(String, String, Predicate<String>) Infraestrutura. Creates a name of an item.
Método público GenerateItemName<T>(String, Converter<String, T>) Infraestrutura. Creates a name of an item.
Método públicoMembro estático GetClsCompliantIdentifier Infraestrutura. Gets the Common Language Specification compliant identifier.
Método público GetContainingDataScopes Infraestrutura. Returns the list of report object that contains data scopes. (Herdado de ReportObject.)
Método público GetDataScopesFor Infraestrutura. Gets the data scopes for the report.
Método protegido GetDataScopesForDefaultImpl Infraestrutura. Returns the data scopes for default implementation. (Herdado de ReportObject.)
Método público GetDataSetByName Accesses a dataset by using the name.
Método público GetDataSetsByDataSourceName Infraestrutura. Gets the data sets using the source name.
Método público GetDataSourceByName Accesses a data source by its name.
Método protegido GetDependenciesCore Infraestrutura. Returns the dependencies core for the ReportObject object. (Herdado de ReportObject.)
Método público GetEmbeddedImageByName Accesses an embedded image by its name.
Método público GetHashCode (Herdado de Object.)
Método público GetReportParameterByName Accesses a report parameter by its name.
Método público GetType (Herdado de Object.)
Método público Initialize Initializes an instance of the Report class. (Substitui ReportObject.Initialize().)
Método protegido InitializeForDesigner Infraestrutura. Initializes the report object for designer. (Herdado de ReportObject.)
Método públicoMembro estático Load(array<Byte[]) Loads a Report object from a report definition.
Método públicoMembro estático Load(Stream) Loads a Report object from a report definition.
Método públicoMembro estático Load(String) Loads a Report object from a report definition.
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnChildPropertyChanged Infraestrutura. Raises an event when the property of the child was changed. (Herdado de ReportObject.)
Método protegido OnPropertyChanged Infraestrutura. Raises an event when the property was changed. (Herdado de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestrutura. Returns whether the report definition language semantic is the same with the core object. (Herdado de ReportObject.)
Método protegido SavePropertyValue<T> Infraestrutura. Saves the property value of the report object. (Herdado de ReportObject.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IDisposable.Dispose Infraestrutura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de ReportObject.)
Implementações de interfaces explícitasEvento privado IComponent.Disposed Infraestrutura. Occurs when the ReportObject object is disposed. (Herdado de ReportObject.)
Implementações de interfaces explícitasPropriedade privada IDataScope.Group Gets the group of where this object belong.
Implementações de interfaces explícitasPropriedade privada IDataScope.Name Gets the name of this object.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel