ReportConnection.DataSourceName プロパティ

定義

レポート接続のデータ ソース名を取得します。値の設定も可能です。

public:
 property System::String ^ DataSourceName { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute]
public string DataSourceName { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.DataSourceName : string with get, set
Public Property DataSourceName As String

プロパティ値

レポートのデータ ソース名を表す文字列。

属性

適用対象