Compartilhar via


Propriedade do RDL MapSpatialDataSetInstance.DataSetName

Gets the calculated value of the DataSetName property in a MapSpatialDataSet class.

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

Sintaxe

'Declaração
Public ReadOnly Property DataSetName As String 
    Get
'Uso
Dim instance As MapSpatialDataSetInstance 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string value that represents the calculated value of the DataSetName property.

Consulte também

Referência

MapSpatialDataSetInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering