Proprietà ReportViewer.ServerReport

Recupera l'istanza della classe Report utilizzata quando ProcessingMode per il controllo ReportViewer è impostato su Remote.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
    Get
'Utilizzo
Dim instance As ReportViewer
Dim value As ServerReport

value = instance.ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
    ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport
function get ServerReport () : ServerReport

Valore proprietà

Tipo: Microsoft.Reporting.WebForms.ServerReport
Oggetto ServerReport contenente il rapporto del server nel controllo ReportViewer.

Esempi

Per un esempio di codice, vedere ServerReport.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms