言語

BorderInstance クラス

定義

Borderクラスのインスタンス型を表し、Borderのプロパティの計算値を含みます。

public ref class BorderInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public sealed class BorderInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type BorderInstance = class
    inherit BaseInstance
Public NotInheritable Class BorderInstance
Inherits BaseInstance
継承
BorderInstance

プロパティ

名前 説明
Color

BorderクラスにおけるColorプロパティの計算値を取得または設定します。 setアクセサはカスタムレポート項目を作成する場合にのみ使用できます。

Style

BorderクラスにおけるStyleプロパティの計算値を取得または設定します。 setアクセサはカスタムレポート項目を作成する場合にのみ使用できます。

Width

BorderクラスにおけるWidthプロパティの計算値を取得または設定します。 setアクセサはカスタムレポート項目を作成する場合にのみ使用できます。

メソッド

名前 説明
ResetInstanceCache()

インスタンスキャッシュをリセットします。

(継承元 BaseInstance)

適用対象