次の方法で共有


MapLayer.Transparency プロパティ

マップ レイヤーのマップの線の透明度をパーセントで示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Transparency As ReportDoubleProperty 
    Get
'使用
Dim instance As MapLayer 
Dim value As ReportDoubleProperty 

value = instance.Transparency
public ReportDoubleProperty Transparency { get; }
public:
property ReportDoubleProperty^ Transparency {
    ReportDoubleProperty^ get ();
}
member Transparency : ReportDoubleProperty
function get Transparency () : ReportDoubleProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
マップ レイヤー内のマップの線の透明度のパーセント値を格納する ReportDoubleProperty オブジェクト。

関連項目

参照

MapLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間