次の方法で共有


ReportDataSource.Name プロパティ

レポート データ ソースの名前を取得または設定します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
<WebBrowsableAttribute(True)> _
Public Property Name As String
    Get
    Set
'使用
Dim instance As ReportDataSource
Dim value As String

value = instance.Name

instance.Name = value
[WebBrowsableAttribute(true)]
public string Name { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

プロパティ値

型: System.String
データ ソースの名前を示す文字列。

関連項目

参照

ReportDataSource クラス

Microsoft.Reporting.WebForms 名前空間