次の方法で共有


MapPointInstance.UseCustomPointTemplate プロパティ

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

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

構文

'宣言
Public ReadOnly Property UseCustomPointTemplate As Boolean 
    Get
'使用
Dim instance As MapPointInstance 
Dim value As Boolean 

value = instance.UseCustomPointTemplate
public bool UseCustomPointTemplate { get; }
public:
property bool UseCustomPointTemplate {
    bool get ();
}
member UseCustomPointTemplate : bool
function get UseCustomPointTemplate () : boolean

プロパティ値

型: System.Boolean
UseCustomPointTemplate プロパティの計算値を表す Boolean 値。

関連項目

参照

MapPointInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間