StyleInstance Class

Definition

Represents an instance type of the Style class, and contains the calculated values of the properties in 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
Inheritance

Fields

m_assignedValues

A dictionary of style attribute names that have been assigned with a value.

m_backgroundColor

A ReportColor value that represents the calculated value of the BackgroundColor property.

m_backgroundGradientEndColor

A ReportColor value that represents the calculated value of the BackgroundGradientEndColor property.

m_backgroundGradientType

A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.

m_backgroundHatchType

A BackgroundHatchTypes value that represents the calculated value of the BackgroundHatchType property.

m_calendar

A Calendars value that represents the calculated value of the Calendar property.

m_color

A ReportColor value that represents the calculated value of the Color property.

m_currencyLanguage

A string value that represents the calculated value of the CurrencyLanguage property.

m_direction

A Directions value that represents the calculated value of the Direction property.

m_fontFamily

A string value that represents the calculated value of the FontFamily property.

m_fontSize

A ReportSize value that represents the calculated value of the FontSize property.

m_fontStyle

A FontStyles value that represents the calculated value of the FontStyle property.

m_fontWeight

A FontWeights value that represents the calculated value of the FontWeight property.

m_format

A string value that represents the calculated value of the Format property.

m_language

A string value that represents the calculated value of the Language property.

m_lineHeight

A ReportSize value that represents the calculated value of the LineHeight property.

m_numeralLanguage

A string value that represents the calculated value of the NumeralLanguage property.

m_numeralVariant

An int value that represents the calculated value of the NumeralVariant property.

m_paddingBottom

A ReportSize value that represents the calculated value of the PaddingBottom property.

m_paddingLeft

A ReportSize value that represents the calculated value of the PaddingLeft property.

m_paddingRight

A ReportSize value that represents the calculated value of the PaddingRight property.

m_paddingTop

A ReportSize value that represents the calculated value of the PaddingTop property.

m_shadowColor

A ReportColor value that represents the calculated value of the ShadowColor property.

m_shadowOffset

A ReportSize value that represents the calculated value of the ShadowOffset property.

m_textAlign

A TextAlignments value that represents the calculated value of the TextAlign property.

m_textDecoration

A TextDecorations value that represents the calculated value of the TextDecoration property.

m_textEffect

A TextEffects value that represents the calculated value of the TextEffect property.

m_unicodeBiDi

A UnicodeBiDiTypes value that represents the calculated value of the UnicodeBiDi property.

m_verticalAlign

A VerticalAlignments value that represents the calculated value of the VerticalAlign property.

m_writingMode

A WritingModes value that represents the calculated value of the WritingMode property.

Properties

BackgroundColor

Gets the calculated value of the BackgroundColor property in a Style class.

BackgroundGradientEndColor

Gets the calculated value of the BackgroundGradientEndColor property in a Style class.

BackgroundGradientType

Gets the calculated value of the BackgroundGradientType property in a Style class.

BackgroundHatchType

Gets the calculated value of the BackgroundHatchType property in a Style class.

Calendar

Gets the calculated value of the Calendar property in a Style class.

Color

Gets the calculated value of the Color property in a Style class.

CurrencyLanguage

Gets the calculated value of the CurrencyLanguage property in a Style class.

Direction

Gets the calculated value of the Direction property in a Style class.

FontFamily

Gets the calculated value of the FontFamily property in a Style class.

FontSize

Gets the calculated value of the FontSize property in a Style class.

FontStyle

Gets the calculated value of the FontStyle property in a Style class.

FontWeight

Gets the calculated value of the FontWeight property in a Style class.

Format

Gets the calculated value of the Format property in a Style class.

Item[StyleAttributeNames]

Gets the instance value for the specified StyleAttributeNames property.

Language

Gets the calculated value of the Language property in a Style class.

LineHeight

Gets the calculated value of the LineHeight property in a Style class.

NumeralLanguage

Gets the calculated value of the NumeralLanguage property in a Style class.

NumeralVariant

Gets the calculated value of the NumeralVariant property in a Style class.

PaddingBottom

Gets the calculated value of the PaddingBottom property in a Style class.

PaddingLeft

Gets the calculated value of the PaddingLeft property in a Style class.

PaddingRight

Gets the calculated value of the PaddingRight property in a Style class.

PaddingTop

Gets the calculated value of the PaddingTop property in a Style class.

ShadowColor

Gets the calculated value of the ShadowColor property in a Style class.

ShadowOffset

Gets the calculated value of the ShadowOffset property in a Style class.

StyleAttributes

Gets the calculated value of the NonSharedStyleAttributes property in a Style class.

TextAlign

Gets the calculated value of the TextAlign property in a Style class.

TextDecoration

Gets the calculated value of the TextDecoration property in a Style class.

TextEffect

Gets the calculated value of the TextEffect property in a Style class.

UnicodeBiDi

Gets the calculated value of the UnicodeBiDi property in a Style class.

VerticalAlign

Gets the calculated value of the VerticalAlign property in a Style class.

WritingMode

Gets the calculated value of the WritingMode property in a Style class.

Methods

ResetInstanceCache()

Resets the instance properties to initial values.

Applies to