Propriété ReportDataSourceInfo.Prompt
Obtient une invite pour la source de données.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Prompt As String
Get
'Utilisation
Dim instance As ReportDataSourceInfo
Dim value As String
value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
member Prompt : string
function get Prompt () : String
Valeur de propriété
Type : System.String
string contenant une invite pour la source de données.