Свойство DataSetName

Gets the name of the dataset from which spatial data is extracted.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DataSetName As ReportStringProperty
    Get
'Применение
Dim instance As MapSpatialDataSet
Dim value As ReportStringProperty

value = instance.DataSetName
public ReportStringProperty DataSetName { get; }
public:
property ReportStringProperty^ DataSetName {
    ReportStringProperty^ get ();
}
member DataSetName : ReportStringProperty
function get DataSetName () : ReportStringProperty