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 a set of rules to be applied to map lines in the parent layer.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property MapLineRules As MapLineRules
Get
Set
'Uso
Dim instance As MapLineLayer
Dim value As MapLineRules
value = instance.MapLineRules
instance.MapLineRules = value
public MapLineRules MapLineRules { get; set; }
public:
property MapLineRules^ MapLineRules {
MapLineRules^ get ();
void set (MapLineRules^ value);
}
member MapLineRules : MapLineRules with get, set
function get MapLineRules () : MapLineRules
function set MapLineRules (value : MapLineRules)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapLineRules
A MapLineRules object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel