Właściwość ReportViewer.ServerReport —
Gets the instance of the Report class that is used when the ProcessingMode for the ReportViewer control is set to Remote.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ServerReport As ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ServerReport^ ServerReport {
ServerReport^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ServerReport : ServerReport with get
function get ServerReport () : ServerReport
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.ServerReport
A ServerReport object that contains the server report in the ReportViewer control.
Przykłady
See ServerReport for a code example.