Partager via


Propriété ReportViewer.ServerReport

Obtient un rapport de serveur dans la visionneuse de rapports.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<NotifyParentPropertyAttribute(True)> _
<SRDescriptionAttribute("ServerReportDesc")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<CategoryAttribute("Misc")> _
Public ReadOnly Property ServerReport As ServerReport
'Utilisation
Dim instance As ReportViewer
Dim value As ServerReport

value = instance.ServerReport
[NotifyParentPropertyAttribute(true)] 
[SRDescriptionAttribute("ServerReportDesc")] 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] 
[CategoryAttribute("Misc")] 
public ServerReport ServerReport { get; }
[NotifyParentPropertyAttribute(true)] 
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] 
[CategoryAttribute(L"Misc")] 
public:
ServerReport^ ServerReport {
    ServerReport^ get ();
}
/** @property */
public ServerReport get_ServerReport ()
public function get ServerReport () : ServerReport

Valeur de la propriété

Objet ServerReport qui contient le rapport de serveur dans la visionneuse de rapports.

Exemple

Pour obtenir un exemple de code, consultez ServerReport.

Voir aussi

Référence

Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms