MapLineLayer.MapLineRules 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapLineRules As MapLineRules
    Get
用法
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