次の方法で共有


GaugePointer.CompiledInstances プロパティ

ゲージ ポインターのコンパイル済みインスタンスを取得します。

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

構文

'宣言
Public Property CompiledInstances As CompiledGaugePointerInstance()
    Get 
    Friend Set
'使用
Dim instance As GaugePointer 
Dim value As CompiledGaugePointerInstance()

value = instance.CompiledInstances
public CompiledGaugePointerInstance[] CompiledInstances { get; internal set; }
public:
property array<CompiledGaugePointerInstance^>^ CompiledInstances {
    array<CompiledGaugePointerInstance^>^ get ();
    internal: void set (array<CompiledGaugePointerInstance^>^ value);
}
member CompiledInstances : CompiledGaugePointerInstance[] with get, internal set
function get CompiledInstances () : CompiledGaugePointerInstance[]
internal function set CompiledInstances (value : CompiledGaugePointerInstance[])

プロパティ値

型: array<Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugePointerInstance[]
CompiledGaugePointerInstance オブジェクトの配列。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間