Propriedade do RDL MapVectorLayer.MapDataRegionName
Gets the name of the map data region.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapDataRegionName As String
Get
'Uso
Dim instance As MapVectorLayer
Dim value As String
value = instance.MapDataRegionName
public string MapDataRegionName { get; }
public:
property String^ MapDataRegionName {
String^ get ();
}
member MapDataRegionName : string
function get MapDataRegionName () : String
Valor da propriedade
Tipo: System.String
A string value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering