GaugePointer.CompiledInstances Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the compiled instances of a gauge pointer.
public:
property cli::array <Microsoft::ReportingServices::OnDemandReportRendering::CompiledGaugePointerInstance ^> ^ CompiledInstances { cli::array <Microsoft::ReportingServices::OnDemandReportRendering::CompiledGaugePointerInstance ^> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugePointerInstance[] CompiledInstances { get; }
member this.CompiledInstances : Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugePointerInstance[]
Public ReadOnly Property CompiledInstances As CompiledGaugePointerInstance()
Property Value
An array of CompiledGaugePointerInstance objects.