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 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. (Overrides BaseInstance.ResetInstanceCache().)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_assignedValues Infrastructure.
Protected field m_backgroundColor Infrastructure.
Protected field m_backgroundGradientEndColor Infrastructure.
Protected field m_backgroundGradientType Infrastructure.
Protected field m_backgroundHatchType Infrastructure.
Protected field m_calendar Infrastructure.
Protected field m_color Infrastructure.
Protected field m_direction Infrastructure.
Protected field m_fontFamily Infrastructure.
Protected field m_fontSize Infrastructure.
Protected field m_fontStyle Infrastructure.
Protected field m_fontWeight Infrastructure.
Protected field m_format Infrastructure.
Protected field m_language Infrastructure.
Protected field m_lineHeight Infrastructure.
Protected field m_numeralLanguage Infrastructure.
Protected field m_numeralVariant Infrastructure.
Protected field m_paddingBottom Infrastructure.
Protected field m_paddingLeft Infrastructure.
Protected field m_paddingRight Infrastructure.
Protected field m_paddingTop Infrastructure.
Protected field m_shadowColor Infrastructure.
Protected field m_shadowOffset Infrastructure.
Protected field m_textAlign Infrastructure.
Protected field m_textDecoration Infrastructure.
Protected field m_textEffect Infrastructure.
Protected field m_unicodeBiDi Infrastructure.
Protected field m_verticalAlign Infrastructure.
Protected field m_writingMode Infrastructure.

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.