Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the compiled instances of a gauge pointer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property CompiledInstances As CompiledGaugePointerInstance()
Get
Friend Set
'Usage
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[])
Property Value
Type: array<Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugePointerInstance[]
An array of CompiledGaugePointerInstance objects.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace