Поделиться через


Свойство MapDataRegion.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
The name of the dataset to use for the data region.

См. также

Справочник

MapDataRegion Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel