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
public ServerReport ServerReport { get; }
public:
property ServerReport^ ServerReport {
ServerReport^ get ();
}
member ServerReport : ServerReport with get
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.