次の方法で共有


MapLocationInstance.Unit プロパティ

MapLocation クラスの Unit プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property Unit As Unit 
    Get
'使用
Dim instance As MapLocationInstance 
Dim value As Unit 

value = instance.Unit
public Unit Unit { get; }
public:
property Unit Unit {
    Unit get ();
}
member Unit : Unit
function get Unit () : Unit

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Unit
Unit プロパティの計算値を表す Unit 値。

関連項目

参照

MapLocationInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間