StateIndicator クラス
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
状態インジケーターを表します。
継承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel..::..StateIndicator
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Class StateIndicator _
Inherits GaugePanelItem
'使用
Dim instance As StateIndicator
public class StateIndicator : GaugePanelItem
public ref class StateIndicator : public GaugePanelItem
type StateIndicator =
class
inherit GaugePanelItem
end
public class StateIndicator extends GaugePanelItem
StateIndicator 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
ActionInfo | アイテムのアクション。 (GaugePanelItem から継承されています。) | |
Angle | インジケーターの角度。 | |
ComponentMetadata | コンポーネント メタデータ。 (ReportObject から継承されています。) | |
GaugeInputValue | 入力値。 | |
Height | 親要素に対する割合 (%) で表すアイテムの高さ。 (GaugePanelItem から継承されています。) | |
Hidden | このアイテムを非表示にするように指定します。 (GaugePanelItem から継承されています。) | |
IconsSet | インフラストラクチャです。 | |
IndicatorImage | 状態の画像。 | |
IndicatorStates | インジケーターの状態の一覧。 | |
IndicatorStyle | インジケーターのスタイル。 | |
Left | 左端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。) | |
MaximumValue | TransformationType が Percentage に設定されているときの最大許容入力値を取得します。 | |
MinimumValue | TransformationType が Percentage に設定されているときの最小許容入力値を取得します。 | |
Name | GaugePanelItem の名前です。 (GaugePanelItem から継承されています。) | |
Parent | このレポート オブジェクトの親。 (ReportObjectBase から継承されています。) | |
ParentItem | 親 GaugePanelItem の名前です。 (GaugePanelItem から継承されています。) | |
ResizeMode | サイズ変更モード。 | |
ScaleFactor | 状態インジケーターの倍率を取得します。 | |
Site | インフラストラクチャです。 (ReportObject から継承されています。) | |
StateDataElementName | 現在の状態の名前を取得します。 | |
StateDataElementOutput | データ表示時に現在の状態をプレーン テキストで出力するかどうかを示します。 | |
Style | このレポート定義オブジェクトのスタイル プロパティを取得します。 (GaugePanelItem から継承されています。) | |
ToolTip | アイテムのツールヒントのテキスト。 (GaugePanelItem から継承されています。) | |
Top | 上端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。) | |
TransformationScope | MinimumValue と MaximumValue が指定されていない場合、その計算に使用するスコープを取得します。 | |
TransformationType | 入力値を割合値に変換するかどうかを示します。 | |
Width | アイテムの幅を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。) | |
ZIndex | パネル内のアイテムの描画順序。 (GaugePanelItem から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
DeepClone | この ReportObject インスタンスのディープ クローンを返します。 (ReportObject から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetContainingDataScopes | インフラストラクチャです。 (ReportObject から継承されています。) | |
GetDataScopesForDefaultImpl | インフラストラクチャです。 (ReportObject から継承されています。) | |
GetDependenciesCore | インフラストラクチャです。 (ReportObject から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
Initialize | StateIndicator クラスのインスタンスを初期化します。 (ReportObject. . :: . .Initialize() () () () をオーバーライドします。) | |
InitializeForDesigner | インフラストラクチャです。 (ReportObject から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
OnChildPropertyChanged | インフラストラクチャです。 (ReportObject から継承されています。) | |
OnPropertyChanged | インフラストラクチャです。 (ReportObject から継承されています。) | |
RdlSemanticEqualsCore | インフラストラクチャです。 (ReportObject から継承されています。) | |
SavePropertyValue< (Of < <' (T> ) > > ) | インフラストラクチャです。 (ReportObject から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IDisposable. . :: . .Dispose | (ReportObject から継承されています。) | |
IComponent. . :: . .Disposed | (ReportObject から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。