Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering