MapLineLayer.MapLineRules Property
Gets a set of rules to be applied to map lines in the parent layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapLineRules As MapLineRules
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapLineRules
A MapLineRules object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace