Propriété ReportParameterInfo.PromptUser
Indique si l'utilisateur est invité à fournir la valeur du paramètre.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PromptUser As Boolean
Get
'Utilisation
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.PromptUser
public bool PromptUser { get; }
public:
property bool PromptUser {
bool get ();
}
member PromptUser : bool
function get PromptUser () : boolean
Valeur de propriété
Type : System.Boolean
Valeur Boolean en lecture seule.