ExecutionInfo.CredentialsRequired Propiedad

Definición

Indica si el informe requiere credenciales.

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

Valor de propiedad

Un valor Boolean. Un valor de true indica que el informe requiere credenciales.

Comentarios

El informe no se publicará si la CredentialsRequired propiedad es true.

Se aplica a