Właściwość MapVectorLayer.MapDataRegionName
Pobiera lub ustawia dane region z którego dane zwracane.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapDataRegionName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także