Proprietà MapVectorLayer.MapDataRegionName

Gets or sets the name of the data region from which to consume data.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapDataRegionName As String 
    Get 
    Set
'Utilizzo
Dim instance As MapVectorLayer 
Dim value As String 

value = instance.MapDataRegionName

instance.MapDataRegionName = value
public string MapDataRegionName { get; set; }
public:
property String^ MapDataRegionName {
    String^ get ();
    void set (String^ value);
}
member MapDataRegionName : string with get, set
function get MapDataRegionName () : String 
function set MapDataRegionName (value : String)

Valore proprietà

Tipo: System.String
The name of the data region from which to consume data.

Vedere anche

Riferimento

MapVectorLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel