次の方法で共有


MapLocation.Unit プロパティ

LeftTop の測定に使用する単位を取得します。

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

構文

'宣言
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
    Get
'使用
Dim instance As MapLocation 
Dim value As ReportEnumProperty(Of Unit)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Unit>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapLocation クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間