ReportViewer.ServerReport Property

 

Gets a server report in the Report Viewer.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public ServerReport ServerReport { get; }
public:
property ServerReport^ ServerReport {
    ServerReport^ get();
}
member ServerReport : ServerReport with get
Public ReadOnly Property ServerReport As ServerReport

Property Value

Type: Microsoft.Reporting.WinForms.ServerReport

A ServerReport object containing the server report in the Report Viewer.

Examples

Legacy Code Example

See ServerReport for a code example.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top