MapSpatialDataSet.DataSetName Property
Gets the name of the dataset from which spatial data is extracted.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataSetName As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.