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
包含資料來源名稱的 string。