Share via


StyleInstance クラス

定義

クラスのインスタンス型を Style 表し、プロパティの計算値を Style格納します。

public ref class StyleInstance : Microsoft::ReportingServices::OnDemandReportRendering::StyleBaseInstance
public class StyleInstance : Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance
type StyleInstance = class
    inherit StyleBaseInstance
Public Class StyleInstance
Inherits StyleBaseInstance
継承

フィールド

m_assignedValues

値が割り当てられているスタイル属性名のディクショナリ。

m_backgroundColor

ReportColor プロパティの計算値を表す BackgroundColor 値。

m_backgroundGradientEndColor

ReportColor プロパティの計算値を表す BackgroundGradientEndColor 値。

m_backgroundGradientType

BackgroundGradients プロパティの計算値を表す BackgroundGradientType 値。

m_backgroundHatchType

BackgroundHatchTypes プロパティの計算値を表す BackgroundHatchType 値。

m_calendar

Calendars プロパティの計算値を表す Calendar 値。

m_color

ReportColor プロパティの計算値を表す Color 値。

m_currencyLanguage

string プロパティの計算値を表す CurrencyLanguage 値。

m_direction

Directions プロパティの計算値を表す Direction 値。

m_fontFamily

string プロパティの計算値を表す FontFamily 値。

m_fontSize

ReportSize プロパティの計算値を表す FontSize 値。

m_fontStyle

FontStyles プロパティの計算値を表す FontStyle 値。

m_fontWeight

FontWeights プロパティの計算値を表す FontWeight 値。

m_format

string プロパティの計算値を表す Format 値。

m_language

string プロパティの計算値を表す Language 値。

m_lineHeight

ReportSize プロパティの計算値を表す LineHeight 値。

m_numeralLanguage

string プロパティの計算値を表す NumeralLanguage 値。

m_numeralVariant

NumeralVariant プロパティの計算値を表す int 値。

m_paddingBottom

ReportSize プロパティの計算値を表す PaddingBottom 値。

m_paddingLeft

ReportSize プロパティの計算値を表す PaddingLeft 値。

m_paddingRight

ReportSize プロパティの計算値を表す PaddingRight 値。

m_paddingTop

ReportSize プロパティの計算値を表す PaddingTop 値。

m_shadowColor

ReportColor プロパティの計算値を表す ShadowColor 値。

m_shadowOffset

ReportSize プロパティの計算値を表す ShadowOffset 値。

m_textAlign

TextAlignments プロパティの計算値を表す TextAlign 値。

m_textDecoration

TextDecorations プロパティの計算値を表す TextDecoration 値。

m_textEffect

TextEffects プロパティの計算値を表す TextEffect 値。

m_unicodeBiDi

UnicodeBiDiTypes プロパティの計算値を表す UnicodeBiDi 値。

m_verticalAlign

VerticalAlignments プロパティの計算値を表す VerticalAlign 値。

m_writingMode

WritingModes プロパティの計算値を表す WritingMode 値。

プロパティ

BackgroundColor

BackgroundColor クラスの Style プロパティの計算値を取得します。

BackgroundGradientEndColor

BackgroundGradientEndColor クラスの Style プロパティの計算値を取得します。

BackgroundGradientType

BackgroundGradientType クラスの Style プロパティの計算値を取得します。

BackgroundHatchType

BackgroundHatchType クラスの Style プロパティの計算値を取得します。

Calendar

Calendar クラスの Style プロパティの計算値を取得します。

Color

Color クラスの Style プロパティの計算値を取得します。

CurrencyLanguage

CurrencyLanguage クラスの Style プロパティの計算値を取得します。

Direction

Direction クラスの Style プロパティの計算値を取得します。

FontFamily

FontFamily クラスの Style プロパティの計算値を取得します。

FontSize

FontSize クラスの Style プロパティの計算値を取得します。

FontStyle

FontStyle クラスの Style プロパティの計算値を取得します。

FontWeight

FontWeight クラスの Style プロパティの計算値を取得します。

Format

Format クラスの Style プロパティの計算値を取得します。

Item[StyleAttributeNames]

指定した StyleAttributeNames プロパティのインスタンス値を取得します。

Language

Language クラスの Style プロパティの計算値を取得します。

LineHeight

LineHeight クラスの Style プロパティの計算値を取得します。

NumeralLanguage

NumeralLanguage クラスの Style プロパティの計算値を取得します。

NumeralVariant

NumeralVariant クラスの Style プロパティの計算値を取得します。

PaddingBottom

PaddingBottom クラスの Style プロパティの計算値を取得します。

PaddingLeft

PaddingLeft クラスの Style プロパティの計算値を取得します。

PaddingRight

PaddingRight クラスの Style プロパティの計算値を取得します。

PaddingTop

PaddingTop クラスの Style プロパティの計算値を取得します。

ShadowColor

ShadowColor クラスの Style プロパティの計算値を取得します。

ShadowOffset

ShadowOffset クラスの Style プロパティの計算値を取得します。

StyleAttributes

NonSharedStyleAttributes クラスの Style プロパティの計算値を取得します。

TextAlign

TextAlign クラスの Style プロパティの計算値を取得します。

TextDecoration

TextDecoration クラスの Style プロパティの計算値を取得します。

TextEffect

TextEffect クラスの Style プロパティの計算値を取得します。

UnicodeBiDi

UnicodeBiDi クラスの Style プロパティの計算値を取得します。

VerticalAlign

VerticalAlign クラスの Style プロパティの計算値を取得します。

WritingMode

WritingMode クラスの Style プロパティの計算値を取得します。

メソッド

ResetInstanceCache()

インスタンスのプロパティを初期値にリセットします。

適用対象