Aracılığıyla paylaş


DataSourcePrompt.Prompt Özelliği

Alır veya rapor sunucusu için kullanıcı kimlik bilgileri istediğinde görüntülemek için istemini ayarlar.

Ad Alanı:  ReportService2006
Derleme:  ReportService2006 (ReportService2006 içinde.dll)

Sözdizimi

'Bildirim
Public Property Prompt As String
    Get
    Set
'Kullanım
Dim instance As DataSourcePrompt
Dim value As String

value = instance.Prompt

instance.Prompt = value
public string Prompt { get; set; }
public:
property String^ Prompt {
    String^ get ();
    void set (String^ value);
}
member Prompt : string with get, set
function get Prompt () : String
function set Prompt (value : String)

Özellik Değeri

Tür: System.String
A dize kullanıcı istemi içeren değer.