Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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