ReportViewer.ServerReport Property

Gets the instance of the Report class that is used when the ProcessingMode for the ReportViewer control is set to Remote.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property ServerReport As ServerReport
'Usage
Dim instance As ReportViewer
Dim value As ServerReport

value = instance.ServerReport
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] 
[NotifyParentPropertyAttribute(true)] 
public ServerReport ServerReport { get; }
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] 
[NotifyParentPropertyAttribute(true)] 
public:
property ServerReport^ ServerReport {
    ServerReport^ get ();
}
/** @property */
public ServerReport get_ServerReport ()
public function get ServerReport () : ServerReport

Property Value

A ServerReport object that contains the server report in the ReportViewer control.

Example

See ServerReport for a code example.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace