Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Recupera un report del server nel visualizzatore di report.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<NotifyParentPropertyAttribute(True)> _
<SRDescriptionAttribute("ServerReportDesc")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<CategoryAttribute("Misc")> _
Public ReadOnly Property ServerReport As ServerReport
'Utilizzo
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
Valore proprietà
Oggetto ServerReport contenente il report del server nel visualizzatore di report.
Esempio
Per un esempio di codice, vedere ServerReport.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms