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 値。