Compartilhar via


Propriedade do RDL MapLineLayer.MapLineRules

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLineRules
A MapLineRules object.

Consulte também

Referência

MapLineLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering