ReportViewerStatus.IsPromptingSupported Property
Gets a Boolean value that indicates whether the current processing mode supports prompting for parameters and data source credentials.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool IsPromptingSupported { get; }
public:
property bool IsPromptingSupported {
bool get();
}
member IsPromptingSupported : bool with get
Public ReadOnly Property IsPromptingSupported As Boolean
Property Value
Type: System.Boolean
true if the current processing mode supports prompting for parameters and data source credentials; otherwise, false.
Remarks
This property does not indicate whether the current report has prompt areas for parameters or data source credentials prompts.
See Also
ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace
Return to top