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.

请参阅

参考

GaugePointer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间