Compartilhar via


Propriedade do RDL MapSpatialDataSet.DataSetName

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataSetName As ReportStringProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Consulte também

Referência

MapSpatialDataSet Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering