Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the name of the map layer that contains the spatial element that is to be centered in a map viewport.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property LayerName As ReportExpression
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.