ReportParameter.PromptUser Özelliği
Parametre değeri için kullanıcıya sorulup sorulmayacağını belirtir.
Ad Alanı: ReportService2005
Derleme: ReportService2005 (ReportService2005 içinde.dll)
Sözdizimi
'Bildirim
Public Property PromptUser As Boolean
Get
Set
'Kullanım
Dim instance As ReportParameter
Dim value As Boolean
value = instance.PromptUser
instance.PromptUser = value
public bool PromptUser { get; set; }
public:
property bool PromptUser {
bool get ();
void set (bool value);
}
member PromptUser : bool with get, set
function get PromptUser () : boolean
function set PromptUser (value : boolean)
Özellik Değeri
Tür: System.Boolean
A Boole değer.Değeri, doğru parametre değeri için kullanıcıdan istenir olduğunu gösterir.
Açıklamalar
Bu özellik ise küme için yanlış, parametre değeri tedarik çalışılırken bir hata döndürür.