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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLineRules
A MapLineRules object.
Vea también