Share via


ReportViewerStatus.ArePromptsVisible Property

 

Gets a Boolean value that indicates whether the prompt area of the ReportViewer control is currently visible.

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

Syntax

public bool ArePromptsVisible { get; }
public:
property bool ArePromptsVisible {
    bool get();
}
member ArePromptsVisible : bool with get
Public ReadOnly Property ArePromptsVisible As Boolean

Property Value

Type: System.Boolean

true if the prompt area is currently visible; otherwise, false.

Remarks

The value of false indicates one or more of the following conditions:

  • prompts are not supported

  • the report does not have prompts to display

  • the prompt area is currently collapsed

Examples

Legacy Code Example

 

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top