StyleInstance Class

Represents an instance type of the Style class, and contains the calculated values of the properties in Style.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance
      Microsoft.ReportingServices.OnDemandReportRendering.StyleInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public Class StyleInstance _
    Inherits StyleBaseInstance
'Usage
Dim instance As StyleInstance
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public class StyleInstance : StyleBaseInstance
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class StyleInstance : public StyleBaseInstance
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type StyleInstance =  
    class 
        inherit StyleBaseInstance 
    end
public class StyleInstance extends StyleBaseInstance

The StyleInstance type exposes the following members.

Properties

  Name Description
Public property BackgroundColor Gets the calculated value of the BackgroundColor property in a Style class. (Overrides StyleBaseInstance.BackgroundColor.)
Public property BackgroundGradientEndColor Gets the calculated value of the BackgroundGradientEndColor property in a Style class. (Overrides StyleBaseInstance.BackgroundGradientEndColor.)
Public property BackgroundGradientType Gets the calculated value of the BackgroundGradientType property in a Style class. (Overrides StyleBaseInstance.BackgroundGradientType.)
Public property BackgroundHatchType Gets the calculated value of the BackgroundHatchType property in a Style class. (Overrides StyleBaseInstance.BackgroundHatchType.)
Public property Calendar Gets the calculated value of the Calendar property in a Style class. (Overrides StyleBaseInstance.Calendar.)
Public property Color Gets the calculated value of the Color property in a Style class. (Overrides StyleBaseInstance.Color.)
Public property CurrencyLanguage (Overrides StyleBaseInstance.CurrencyLanguage.)
Public property Direction Gets the calculated value of the Direction property in a Style class. (Overrides StyleBaseInstance.Direction.)
Public property FontFamily Gets the calculated value of the FontFamily property in a Style class. (Overrides StyleBaseInstance.FontFamily.)
Public property FontSize Gets the calculated value of the FontSize property in a Style class. (Overrides StyleBaseInstance.FontSize.)
Public property FontStyle Gets the calculated value of the FontStyle property in a Style class. (Overrides StyleBaseInstance.FontStyle.)
Public property FontWeight Gets the calculated value of the FontWeight property in a Style class. (Overrides StyleBaseInstance.FontWeight.)
Public property Format Gets the calculated value of the Format property in a Style class. (Overrides StyleBaseInstance.Format.)
Public property Item Gets the instance value for the specified StyleAttributeNames property. (Overrides StyleBaseInstance.Item[StyleAttributeNames].)
Public property Language Gets the calculated value of the Language property in a Style class. (Overrides StyleBaseInstance.Language.)
Public property LineHeight Gets the calculated value of the LineHeight property in a Style class. (Overrides StyleBaseInstance.LineHeight.)
Public property NumeralLanguage Gets the calculated value of the NumeralLanguage property in a Style class. (Overrides StyleBaseInstance.NumeralLanguage.)
Public property NumeralVariant Gets the calculated value of the NumeralVariant property in a Style class. (Overrides StyleBaseInstance.NumeralVariant.)
Public property PaddingBottom Gets the calculated value of the PaddingBottom property in a Style class. (Overrides StyleBaseInstance.PaddingBottom.)
Public property PaddingLeft Gets the calculated value of the PaddingLeft property in a Style class. (Overrides StyleBaseInstance.PaddingLeft.)
Public property PaddingRight Gets the calculated value of the PaddingRight property in a Style class. (Overrides StyleBaseInstance.PaddingRight.)
Public property PaddingTop Gets the calculated value of the PaddingTop property in a Style class. (Overrides StyleBaseInstance.PaddingTop.)
Public property ShadowColor Gets the calculated value of the ShadowColor property in a Style class. (Overrides StyleBaseInstance.ShadowColor.)
Public property ShadowOffset Gets the calculated value of the ShadowOffset property in a Style class. (Overrides StyleBaseInstance.ShadowOffset.)
Public property StyleAttributes Gets the calculated value of the NonSharedStyleAttributes property in a Style class. (Overrides StyleBaseInstance.StyleAttributes.)
Public property TextAlign Gets the calculated value of the TextAlign property in a Style class. (Overrides StyleBaseInstance.TextAlign.)
Public property TextDecoration Gets the calculated value of the TextDecoration property in a Style class. (Overrides StyleBaseInstance.TextDecoration.)
Public property TextEffect Gets the calculated value of the TextEffect property in a Style class. (Overrides StyleBaseInstance.TextEffect.)
Public property UnicodeBiDi Gets the calculated value of the UnicodeBiDi property in a Style class. (Overrides StyleBaseInstance.UnicodeBiDi.)
Public property VerticalAlign Gets the calculated value of the VerticalAlign property in a Style class. (Overrides StyleBaseInstance.VerticalAlign.)
Public property WritingMode Gets the calculated value of the WritingMode property in a Style class. (Overrides StyleBaseInstance.WritingMode.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. Resets the instance properties to initial values. (Overrides BaseInstance.ResetInstanceCache().)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_assignedValues Infrastructure. A dictionary of style attribute names that have been assigned with a value.
Protected field m_backgroundColor Infrastructure. A ReportColor value that represents the calculated value of the BackgroundColor property.
Protected field m_backgroundGradientEndColor Infrastructure. A ReportColor value that represents the calculated value of the BackgroundGradientEndColor property.
Protected field m_backgroundGradientType Infrastructure. A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.
Protected field m_backgroundHatchType Infrastructure. A BackgroundHatchTypes value that represents the calculated value of the BackgroundHatchType property.
Protected field m_calendar Infrastructure. A Calendars value that represents the calculated value of the Calendar property.
Protected field m_color Infrastructure. A ReportColor value that represents the calculated value of the Color property.
Protected field m_currencyLanguage
Protected field m_direction Infrastructure. A Directions value that represents the calculated value of the Direction property.
Protected field m_fontFamily Infrastructure. A string value that represents the calculated value of the FontFamily property.
Protected field m_fontSize Infrastructure. A ReportSize value that represents the calculated value of the FontSize property.
Protected field m_fontStyle Infrastructure. A FontStyles value that represents the calculated value of the FontStyle property.
Protected field m_fontWeight Infrastructure. A FontWeights value that represents the calculated value of the FontWeight property.
Protected field m_format Infrastructure. A string value that represents the calculated value of the Format property.
Protected field m_language Infrastructure. A string value that represents the calculated value of the Language property.
Protected field m_lineHeight Infrastructure. A ReportSize value that represents the calculated value of the LineHeight property.
Protected field m_numeralLanguage Infrastructure. A string value that represents the calculated value of the NumeralLanguage property.
Protected field m_numeralVariant Infrastructure. An int value that represents the calculated value of the NumeralVariant property.
Protected field m_paddingBottom Infrastructure. A ReportSize value that represents the calculated value of the PaddingBottom property.
Protected field m_paddingLeft Infrastructure. A ReportSize value that represents the calculated value of the PaddingLeft property.
Protected field m_paddingRight Infrastructure. A ReportSize value that represents the calculated value of the PaddingRight property.
Protected field m_paddingTop Infrastructure. A ReportSize value that represents the calculated value of the PaddingTop property.
Protected field m_shadowColor Infrastructure. A ReportColor value that represents the calculated value of the ShadowColor property.
Protected field m_shadowOffset Infrastructure. A ReportSize value that represents the calculated value of the ShadowOffset property.
Protected field m_textAlign Infrastructure. A TextAlignments value that represents the calculated value of the TextAlign property.
Protected field m_textDecoration Infrastructure. A TextDecorations value that represents the calculated value of the TextDecoration property.
Protected field m_textEffect Infrastructure. A TextEffects value that represents the calculated value of the TextEffect property.
Protected field m_unicodeBiDi Infrastructure. A UnicodeBiDiTypes value that represents the calculated value of the UnicodeBiDi property.
Protected field m_verticalAlign Infrastructure. A VerticalAlignments value that represents the calculated value of the VerticalAlign property.
Protected field m_writingMode Infrastructure. A WritingModes value that represents the calculated value of the WritingMode property.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace