ReportDataSourceInfo.Prompt Property
Gets a prompt for the data source.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public string Prompt { get; }
public:
property String^ Prompt {
String^ get();
}
member Prompt : string with get
Public ReadOnly Property Prompt As String
Property Value
Type: System.String
A String containing a prompt for the data source.
See Also
ReportDataSourceInfo Class
Microsoft.Reporting.WinForms Namespace
Return to top