Proprietà ReportParameterInfo.PromptUser

Indica se all'utente viene richiesto di specificare il valore del parametro.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PromptUser As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
Valore booleano di sola lettura.

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms