Compartir a través de


Clase Report

Represents an object model report.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

El tipo Report expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Report Creates a new instance of the Report class.

Arriba

Propiedades

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

Arriba

Métodos

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

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.)
Implementación de interfaces explícitasPropiedad privada IDataScope.Group Gets the group of where this object belong.
Implementación de interfaces explícitasPropiedad privada IDataScope.Name Gets the name of this object.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel