GaugeCell.Instance 属性

Gets the instance object that contains calculated values of this definition object.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Instance As GaugeCellInstance 
    Get
用法
Dim instance As GaugeCell 
Dim value As GaugeCellInstance 

value = instance.Instance
public GaugeCellInstance Instance { get; }
public:
property GaugeCellInstance^ Instance {
    GaugeCellInstance^ get ();
}
member Instance : GaugeCellInstance
function get Instance () : GaugeCellInstance

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.GaugeCellInstance
A GaugeCellInstance object.

请参阅

参考

GaugeCell 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间