Właściwość ReportViewer.ServerReport —
Gets a server report in the Report Viewer.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
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
Wartość właściwości
Typ: Microsoft.Reporting.WinForms.ServerReport
A ServerReport object containing the server report in the Report Viewer.
Przykłady
See ServerReport for a code example.