다음을 통해 공유


GaugePointer.CompiledInstances 속성

Gets the compiled instances of a gauge pointer.

네임스페이스:  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[]
An array of CompiledGaugePointerInstance objects.

참고 항목

참조

GaugePointer 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스