此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets an instance of the NumericIndicator class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Instance As NumericIndicatorInstance
Get
'用途
Dim instance As NumericIndicator
Dim value As NumericIndicatorInstance
value = instance.Instance
public NumericIndicatorInstance Instance { get; }
public:
property NumericIndicatorInstance^ Instance {
NumericIndicatorInstance^ get ();
}
member Instance : NumericIndicatorInstance
function get Instance () : NumericIndicatorInstance
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance
An instance of the NumericIndicator class.