NumericIndicator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個數字指示器。
public ref class NumericIndicator : Microsoft::ReportingServices::RdlObjectModel::GaugePanelItem
public class NumericIndicator : Microsoft.ReportingServices.RdlObjectModel.GaugePanelItem
type NumericIndicator = class
inherit GaugePanelItem
Public Class NumericIndicator
Inherits GaugePanelItem
- 繼承
建構函式
| 名稱 | Description |
|---|---|
| NumericIndicator() |
建立 NumericIndicator 類別的新實例。 |
屬性
方法
| 名稱 | Description |
|---|---|
| DeepClone() |
回傳一個深度複製品。ReportObject (繼承來源 ReportObject) |
| GetContainingDataScopes() |
回傳包含資料範圍的報告物件清單。 (繼承來源 ReportObject) |
| GetDataScopesForDefaultImpl(IContainedObject) |
回傳預設實作的資料範圍。 (繼承來源 ReportObject) |
| GetDependenciesCore(IList<ReportObject>) |
回傳物件的 ReportObject 相依核心。 (繼承來源 ReportObject) |
| Initialize() |
初始化該 NumericIndicator 類別的實例。 |
| InitializeForDesigner() |
初始化設計器的報表物件。 (繼承來源 ReportObject) |
| OnChildPropertyChanged(Int32, Object, Object) |
在孩子財產變更時引發事件。 (繼承來源 ReportObject) |
| OnPropertyChanged(Int32, Object, Object) |
當房產變更時觸發事件。 (繼承來源 ReportObject) |
| RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>) |
回傳報告定義語言語意是否與核心物件相同。 (繼承來源 ReportObject) |
| SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) |
儲存報告物件的屬性值。 (繼承來源 ReportObject) |
明確介面實作
| 名稱 | Description |
|---|---|
| IComponent.Disposed |
當物品被處置時 ReportObject 發生。 (繼承來源 ReportObject) |
| IDisposable.Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 (繼承來源 ReportObject) |