Właściwość ReportViewer.CurrentStatus —
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.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property CurrentStatus As ReportViewerStatus
[BrowsableAttribute(false)]
public ReportViewerStatus CurrentStatus { get; }
[BrowsableAttribute(false)]
public:
property ReportViewerStatus^ CurrentStatus {
ReportViewerStatus^ get ();
}
[<BrowsableAttribute(false)>]
member CurrentStatus : ReportViewerStatus with get
function get CurrentStatus () : ReportViewerStatus
Wartość właściwości
Typ: Microsoft.Reporting.WinForms.ReportViewerStatus
A ReportViewerStatus object.
Uwagi
This property always returns the same instance of the ReportViewerStatus object, even when the status of the control changes.