DataSourceDefinition.Password Property

Definition

Gets or sets the password that the report server uses to connect to a data source.

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

Property Value

A String containing the password that Report Server uses to connect to a data source.

Remarks

The maximum password length is 127 characters.

This property is ignored if CredentialRetrieval is set to None, Prompt, or Integrated.

Applies to