ReportViewer.CurrentStatus Property

 

Gets a ReportViewerStatus object that indicates which operations can currently be performed on the ReportViewer control, the status of the prompt area, and the status of the document map area.

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

Syntax

[BrowsableAttribute(false)]
public ReportViewerStatus CurrentStatus { get; }
public:
[BrowsableAttribute(false)]
property ReportViewerStatus^ CurrentStatus {
    ReportViewerStatus^ get();
}
[<BrowsableAttribute(false)>]
member CurrentStatus : ReportViewerStatus with get
<BrowsableAttribute(False)>
Public ReadOnly Property CurrentStatus As ReportViewerStatus

Property Value

Type: Microsoft.Reporting.WinForms.ReportViewerStatus

A ReportViewerStatus object.

Remarks

This property always returns the same instance of the ReportViewerStatus object, even when the status of the control changes.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top