IndicatorState 類別

定義

表示狀態指標的目前狀態。

public ref class IndicatorState : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class IndicatorState : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type IndicatorState = class
    inherit ReportObject
    interface INamedObject
Public Class IndicatorState
Inherits ReportObject
Implements INamedObject
繼承
實作

建構函式

IndicatorState()

初始化 IndicatorState 類別的新執行個體。

屬性

Color

狀態影像的色彩。

ComponentMetadata

取得或設定元件中繼資料。

(繼承來源 ReportObject)
EndValue

目前的值。

IndicatorImage

狀態影像屬性。

IndicatorStyle

樣式屬性。

Name

狀態名稱。

Parent

此報表物件的父系。

(繼承來源 ReportObjectBase)
ScaleFactor

狀態影像的縮放比例。

Site

取得或設定與 ReportObject 物件相關聯的網站。

(繼承來源 ReportObject)
StartValue

上一個值。

方法

DeepClone()

傳回此 ReportObject 執行個體的深入複製。

(繼承來源 ReportObject)
GetContainingDataScopes()

傳回包含資料範圍的報表物件清單。

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

傳回預設實作的資料範圍。

(繼承來源 ReportObject)
GetDependenciesCore(IList<ReportObject>)

傳回 ReportObject 物件的相依性核心。

(繼承來源 ReportObject)
Initialize()

初始化 IndicatorState 類別的執行個體。

InitializeForDesigner()

初始化設計工具的報表物件。

(繼承來源 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

當子系的屬性變更時,引發事件。

(繼承來源 ReportObject)
OnPropertyChanged(Int32, Object, Object)

當屬性變更時,引發事件。

(繼承來源 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

傳回報表定義語言語意是否與核心物件相同。

(繼承來源 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue)

儲存報表物件的屬性值。

(繼承來源 ReportObject)

明確介面實作

IComponent.Disposed

在處置 ReportObject 物件時發生。

(繼承來源 ReportObject)
IDisposable.Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 ReportObject)

適用於