次の方法で共有


DataSourceCredentials.Password プロパティ

定義

レポート サーバーがデータ ソースへの接続に使用するパスワードを設定します。

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

プロパティ値

Stringレポート サーバーがデータ ソースへの接続に使用するパスワードを含む 。

適用対象