Delen via


ReportDataSourceInfo.Prompt Property

Gets a prompt for the data source.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace