Share via


IReportViewerMessages2.PromptAreaErrorTitle Property

Gets the title text for the dialog box when an error occurs in the prompt area.

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

Syntax

'Declaration
ReadOnly Property PromptAreaErrorTitle As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.PromptAreaErrorTitle
string PromptAreaErrorTitle { get; }
property String^ PromptAreaErrorTitle {
    String^ get ();
}
/** @property */
String get_PromptAreaErrorTitle ()
function get PromptAreaErrorTitle () : String

Property Value

A String that contains the title text for the dialog box when an error occurs in the prompt area.

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace