Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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