Свойство Prompt
The prompt that the report server displays when prompting for user credentials.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Property Prompt As String
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .String
A String containing the user prompt.
Замечания
This property is available only when the CredentialRetrieval property of the data source is set to Prompt.