DataSourceDefinition.Prompt Propiedad

Definición

Obtiene o establece el mensaje que el servidor de informes muestra al usuario al solicitar credenciales.

public:
 property System::String ^ Prompt { System::String ^ get(); void set(System::String ^ value); };
public string Prompt { get; set; }
member this.Prompt : string with get, set
Public Property Prompt As String

Valor de propiedad

que String contiene el mensaje del usuario.

Comentarios

Si la CredentialRetrieval propiedad no está establecida Prompten , se omite este valor.

Si hay varios orígenes de datos asociados a un informe y la configuración de conexión CredentialRetrieval del informe se establece Prompten , el servidor de informes solicita cada origen de datos.

Se aplica a