次の方法で共有


MapLineRules プロパティ

親レイヤーのマップの線に適用する一連のルールを取得します。

名前空間:  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