다음을 통해 공유


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[])