Condividi tramite


ReportParameter.PromptUser Proprietà

Definizione

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

public:
 property bool PromptUser { bool get(); void set(bool value); };
public bool PromptUser { get; set; }
member this.PromptUser : bool with get, set
Public Property PromptUser As Boolean

Valore della proprietà

Valore Boolean. Il valore true indica che all'utente viene richiesto il valore del parametro.

Commenti

Se questa proprietà è impostata su false, il tentativo di fornire un valore di parametro restituisce un errore.

Si applica a