Share via


Classe Report

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustInherit Class Report
'Utilisation
Dim instance As Report
public abstract class Report
public ref class Report abstract
[<AbstractClassAttribute>]
type Report =  class end
public abstract class Report

Le type Report expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée Report

Haut de la page

Propriétés

  Nom Description
Propriété publique Date The server date and time at which the report was executed.
Propriété publique Name The name of the report that is associated with the notification.
Propriété publique URL The URL to the report on the report server.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Render Renders a report in a specific format using the information stored in the properties of the Report object.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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 Accès URL.

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.