Classe Report
Contient les méthodes et les propriétés qui peuvent s'appliquer aux rapports locaux et de serveur.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<TypeConverterAttribute(GetType(ReportTypeConverter))> _
<ParseChildrenAttribute(True)> _
<PersistChildrenAttribute(False)> _
Public MustInherit Class Report
'Utilisation
Dim instance As Report
[TypeConverterAttribute(typeof(ReportTypeConverter))]
[ParseChildrenAttribute(true)]
[PersistChildrenAttribute(false)]
public abstract class Report
[TypeConverterAttribute(typeof(ReportTypeConverter))]
[ParseChildrenAttribute(true)]
[PersistChildrenAttribute(false)]
public ref class Report abstract
/** @attribute TypeConverterAttribute(Microsoft.Reporting.WebForms.ReportTypeConverter) */
/** @attribute ParseChildrenAttribute(true) */
/** @attribute PersistChildrenAttribute(false) */
public abstract class Report
TypeConverterAttribute(Microsoft.Reporting.WebForms.ReportTypeConverter)
ParseChildrenAttribute(true)
PersistChildrenAttribute(false)
public abstract class Report
Remarques
Cette classe est utilisée comme classe de base pour les objets LocalReport et ServerReport et n'est pas destinée à une utilisation directe à partir du code. Pour plus d'informations sur l'implémentation, consultez LocalReport et ServerReport.
Hiérarchie d'héritage
System.Object
Microsoft.Reporting.WebForms.Report
Microsoft.Reporting.WebForms.LocalReport
Microsoft.Reporting.WebForms.ServerReport
Sécurité des threads
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Il n'existe aucune garantie que les membres de l'instance soient thread-safe.