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
string PromptAreaErrorTitle { get; }
property String^ PromptAreaErrorTitle {
String^ get();
}
abstract PromptAreaErrorTitle : string with get
ReadOnly Property PromptAreaErrorTitle As String
Property Value
Type: System.String
A String that contains the title text for the dialog box when an error occurs in the prompt area.
See Also
IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace
Return to top