Właściwość GaugePointer.CompiledInstances
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Property CompiledInstances As CompiledGaugePointerInstance()
Get
Friend Set
'Użycie
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[])
Wartość właściwości
Typ: array<Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugePointerInstance[]
Zobacz także