Właściwość MapElementView.LayerName
Pobiera lub ustawia nazwę warstwy mapy zawierającej przestrzennej element, który ma być wyśrodkowany w wziernika mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LayerName As ReportExpression
Get
Set
'Użycie
Dim instance As MapElementView
Dim value As ReportExpression
value = instance.LayerName
instance.LayerName = value
public ReportExpression LayerName { get; set; }
public:
property ReportExpression LayerName {
ReportExpression get ();
void set (ReportExpression value);
}
member LayerName : ReportExpression with get, set
function get LayerName () : ReportExpression
function set LayerName (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także