次の方法で共有


GaugeLabel クラス

ゲージ パネル内に表示するラベルを表します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class GaugeLabel _
    Inherits GaugePanelItem
'使用
Dim instance As GaugeLabel
public sealed class GaugeLabel : GaugePanelItem
public ref class GaugeLabel sealed : public GaugePanelItem
[<SealedAttribute>]
type GaugeLabel =  
    class 
        inherit GaugePanelItem 
    end
public final class GaugeLabel extends GaugePanelItem

GaugeLabel 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionInfo アイテムのアクション。 (GaugePanelItem から継承されています。)
パブリック プロパティ Angle ラベルの回転角度。
パブリック プロパティ FieldsUsedInValueExpression 値式に使用されるフィールドを取得します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Height 親要素に対する割合 (%) で表すアイテムの高さ。 (GaugePanelItem から継承されています。)
パブリック プロパティ Hidden このアイテムを非表示にするように指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Instance このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。
パブリック プロパティ Left 左端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Name GaugePanelItem の名前です。 (GaugePanelItem から継承されています。)
パブリック プロパティ ParentItem 親 GaugePanelItem の名前です。 (GaugePanelItem から継承されています。)
パブリック プロパティ ResizeMode 空き領域に合わせてコンテンツのサイズを調整するかどうかを示します。
パブリック プロパティ Style このレポート定義オブジェクトのスタイル プロパティを取得します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Text ラベルのテキスト。
パブリック プロパティ TextShadowOffset テキストの影のサイズ。
パブリック プロパティ ToolTip アイテムのツールヒントのテキスト。 (GaugePanelItem から継承されています。)
パブリック プロパティ Top 上端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ UseFontPercent フォント サイズを親に対する比率として計測するか、指定された単位で示すかを決定します。
パブリック プロパティ Width アイテムの幅を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ ZIndex パネル内のアイテムの描画順序。 (GaugePanelItem から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間