Delen via


ReportDataSourceInfo.Prompt Property

Gets a prompt for the data source.

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

Syntax

'Declaration
Public ReadOnly Property Prompt As String
'Usage
Dim instance As ReportDataSourceInfo
Dim value As String

value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
/** @property */
public String get_Prompt ()
public function get Prompt () : String

Property Value

A String containing a prompt for the data source.

See Also

Reference

ReportDataSourceInfo Class
ReportDataSourceInfo Members
Microsoft.Reporting.WinForms Namespace