Compartir a través de


Clase Report

Represents report-specific information and methods that enable delivery extensions to deliver reports to users.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Report

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public MustInherit Class Report
'Uso
Dim instance As Report
public abstract class Report
public ref class Report abstract
[<AbstractClassAttribute>]
type Report =  class end
public abstract class Report

El tipo Report expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido Report

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Date The server date and time at which the report was executed.
Propiedad pública Name The name of the report that is associated with the notification.
Propiedad pública URL The URL to the report on the report server.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Render Renders a report in a specific format using the information stored in the properties of the Report object.
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

This constructor is called by derived class constructors to initialize state in this type.

The Report class represents a report in the report server database. Any subscription is associated with a specific report. The report is contained in the notification. Your delivery extension can use the Report object that is part of the notification to render the report. For more information about the Report class, see Acceso URL.

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.