次の方法で共有


LinearPointerInstance.Type プロパティ

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

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

構文

'宣言
Public ReadOnly Property Type As LinearPointerTypes 
    Get
'使用
Dim instance As LinearPointerInstance 
Dim value As LinearPointerTypes 

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

プロパティ値

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

関連項目

参照

LinearPointerInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間