Compartir a través de


MapLineRules Propiedad

Gets a set of rules to be applied to map lines in the parent layer.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapLineRules As MapLineRules
    Get
'Uso
Dim instance As MapLineLayer
Dim value As MapLineRules

value = instance.MapLineRules
public MapLineRules MapLineRules { get; }
public:
property MapLineRules^ MapLineRules {
    MapLineRules^ get ();
}
member MapLineRules : MapLineRules
function get MapLineRules () : MapLineRules