DataSetName 屬性

Gets or sets the name of the dataset to use for the data region.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property DataSetName As String
    Get
    Set
'用途
Dim instance As MapDataRegion
Dim value As String

value = instance.DataSetName

instance.DataSetName = value
public string DataSetName { get; set; }
public:
property String^ DataSetName {
    String^ get ();
    void set (String^ value);
}
member DataSetName : string with get, set
function get DataSetName () : String
function set DataSetName (value : String)

屬性值

型別:System. . :: . .String
A string value.