Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the map layer that contains the spatial element that is to be centered in a map viewport.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property LayerName As ReportExpression
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel