Freigeben über


ReportViewer.ServerReport-Eigenschaft

Ruft einen Serverbericht im Berichts-Viewer ab.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public ReadOnly Property ServerReport As ServerReport
    Get
'Usage
Dim instance As ReportViewer
Dim value As ServerReport

value = instance.ServerReport
public ServerReport ServerReport { get; }
public:
property ServerReport^ ServerReport {
    ServerReport^ get ();
}
member ServerReport : ServerReport
function get ServerReport () : ServerReport

Eigenschaftswert

Typ: Microsoft.Reporting.WinForms.ServerReport
Ein ServerReport-Objekt, das den Serverbericht im Berichts-Viewer enthält.

Beispiele

Ein Codebeispiel finden Sie unter ServerReport.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace