StyleInstance Class
Updated: February 25, 2016
Represents an instance type of the Style class, and contains the calculated values of the properties in Style.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering::StyleBaseInstance
Microsoft.ReportingServices.OnDemandReportRendering::StyleInstance
[DefaultMemberAttribute("Item")] [StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] public ref class StyleInstance : StyleBaseInstance
| Name | Description | |
|---|---|---|
![]() | BackgroundColor | Gets the calculated value of the BackgroundColor property in a Style class.(Overrides StyleBaseInstance::BackgroundColor.) |
![]() | BackgroundGradientEndColor | Gets the calculated value of the BackgroundGradientEndColor property in a Style class.(Overrides StyleBaseInstance::BackgroundGradientEndColor.) |
![]() | BackgroundGradientType | Gets the calculated value of the BackgroundGradientType property in a Style class.(Overrides StyleBaseInstance::BackgroundGradientType.) |
![]() | BackgroundHatchType | Gets the calculated value of the BackgroundHatchType property in a Style class.(Overrides StyleBaseInstance::BackgroundHatchType.) |
![]() | Calendar | Gets the calculated value of the Calendar property in a Style class.(Overrides StyleBaseInstance::Calendar.) |
![]() | Color | Gets the calculated value of the Color property in a Style class.(Overrides StyleBaseInstance::Color.) |
![]() | CurrencyLanguage | Gets the calculated value of the CurrencyLanguage property in a Style class.(Overrides StyleBaseInstance::CurrencyLanguage.) |
![]() | Direction | Gets the calculated value of the Direction property in a Style class.(Overrides StyleBaseInstance::Direction.) |
![]() | FontFamily | Gets the calculated value of the FontFamily property in a Style class.(Overrides StyleBaseInstance::FontFamily.) |
![]() | FontSize | Gets the calculated value of the FontSize property in a Style class.(Overrides StyleBaseInstance::FontSize.) |
![]() | FontStyle | Gets the calculated value of the FontStyle property in a Style class.(Overrides StyleBaseInstance::FontStyle.) |
![]() | FontWeight | Gets the calculated value of the FontWeight property in a Style class.(Overrides StyleBaseInstance::FontWeight.) |
![]() | Format | Gets the calculated value of the Format property in a Style class.(Overrides StyleBaseInstance::Format.) |
![]() | Item[StyleAttributeNames] | Gets the instance value for the specified StyleAttributeNames property.(Overrides StyleBaseInstance::Item[StyleAttributeNames].) |
![]() | Language | Gets the calculated value of the Language property in a Style class.(Overrides StyleBaseInstance::Language.) |
![]() | LineHeight | Gets the calculated value of the LineHeight property in a Style class.(Overrides StyleBaseInstance::LineHeight.) |
![]() | NumeralLanguage | Gets the calculated value of the NumeralLanguage property in a Style class.(Overrides StyleBaseInstance::NumeralLanguage.) |
![]() | NumeralVariant | Gets the calculated value of the NumeralVariant property in a Style class.(Overrides StyleBaseInstance::NumeralVariant.) |
![]() | PaddingBottom | Gets the calculated value of the PaddingBottom property in a Style class.(Overrides StyleBaseInstance::PaddingBottom.) |
![]() | PaddingLeft | Gets the calculated value of the PaddingLeft property in a Style class.(Overrides StyleBaseInstance::PaddingLeft.) |
![]() | PaddingRight | Gets the calculated value of the PaddingRight property in a Style class.(Overrides StyleBaseInstance::PaddingRight.) |
![]() | PaddingTop | Gets the calculated value of the PaddingTop property in a Style class.(Overrides StyleBaseInstance::PaddingTop.) |
![]() | ShadowColor | Gets the calculated value of the ShadowColor property in a Style class.(Overrides StyleBaseInstance::ShadowColor.) |
![]() | ShadowOffset | Gets the calculated value of the ShadowOffset property in a Style class.(Overrides StyleBaseInstance::ShadowOffset.) |
![]() | StyleAttributes | Gets the calculated value of the NonSharedStyleAttributes property in a Style class.(Overrides StyleBaseInstance::StyleAttributes.) |
![]() | TextAlign | Gets the calculated value of the TextAlign property in a Style class.(Overrides StyleBaseInstance::TextAlign.) |
![]() | TextDecoration | Gets the calculated value of the TextDecoration property in a Style class.(Overrides StyleBaseInstance::TextDecoration.) |
![]() | TextEffect | Gets the calculated value of the TextEffect property in a Style class.(Overrides StyleBaseInstance::TextEffect.) |
![]() | UnicodeBiDi | Gets the calculated value of the UnicodeBiDi property in a Style class.(Overrides StyleBaseInstance::UnicodeBiDi.) |
![]() | VerticalAlign | Gets the calculated value of the VerticalAlign property in a Style class.(Overrides StyleBaseInstance::VerticalAlign.) |
![]() | WritingMode | Gets the calculated value of the WritingMode property in a Style class. (Overrides StyleBaseInstance::WritingMode.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResetInstanceCache() | This API supports the product infrastructure and is not intended to be used directly from your code. Resets the instance properties to initial values.(Overrides BaseInstance::ResetInstanceCache().) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_assignedValues | This API supports the product infrastructure and is not intended to be used directly from your code. A dictionary of style attribute names that have been assigned with a value. |
![]() | m_backgroundColor | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportColor value that represents the calculated value of the BackgroundColor property. |
![]() | m_backgroundGradientEndColor | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportColor value that represents the calculated value of the BackgroundGradientEndColor property. |
![]() | m_backgroundGradientType | This API supports the product infrastructure and is not intended to be used directly from your code. A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property. |
![]() | m_backgroundHatchType | This API supports the product infrastructure and is not intended to be used directly from your code. A BackgroundHatchTypes value that represents the calculated value of the BackgroundHatchType property. |
![]() | m_calendar | |
![]() | m_color | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. A Directions value that represents the calculated value of the Direction property. |
![]() | m_fontFamily | This API supports the product infrastructure and is not intended to be used directly from your code. A string value that represents the calculated value of the FontFamily property. |
![]() | m_fontSize | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the FontSize property. |
![]() | m_fontStyle | This API supports the product infrastructure and is not intended to be used directly from your code. A FontStyles value that represents the calculated value of the FontStyle property. |
![]() | m_fontWeight | This API supports the product infrastructure and is not intended to be used directly from your code. A FontWeights value that represents the calculated value of the FontWeight property. |
![]() | m_format | This API supports the product infrastructure and is not intended to be used directly from your code. A string value that represents the calculated value of the Format property. |
![]() | m_language | This API supports the product infrastructure and is not intended to be used directly from your code. A string value that represents the calculated value of the Language property. |
![]() | m_lineHeight | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the LineHeight property. |
![]() | m_numeralLanguage | This API supports the product infrastructure and is not intended to be used directly from your code. A string value that represents the calculated value of the NumeralLanguage property. |
![]() | m_numeralVariant | This API supports the product infrastructure and is not intended to be used directly from your code. An int value that represents the calculated value of the NumeralVariant property. |
![]() | m_paddingBottom | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the PaddingBottom property. |
![]() | m_paddingLeft | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the PaddingLeft property. |
![]() | m_paddingRight | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the PaddingRight property. |
![]() | m_paddingTop | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the PaddingTop property. |
![]() | m_shadowColor | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportColor value that represents the calculated value of the ShadowColor property. |
![]() | m_shadowOffset | This API supports the product infrastructure and is not intended to be used directly from your code. A ReportSize value that represents the calculated value of the ShadowOffset property. |
![]() | m_textAlign | This API supports the product infrastructure and is not intended to be used directly from your code. A TextAlignments value that represents the calculated value of the TextAlign property. |
![]() | m_textDecoration | This API supports the product infrastructure and is not intended to be used directly from your code. A TextDecorations value that represents the calculated value of the TextDecoration property. |
![]() | m_textEffect | This API supports the product infrastructure and is not intended to be used directly from your code. A TextEffects value that represents the calculated value of the TextEffect property. |
![]() | m_unicodeBiDi | This API supports the product infrastructure and is not intended to be used directly from your code. A UnicodeBiDiTypes value that represents the calculated value of the UnicodeBiDi property. |
![]() | m_verticalAlign | This API supports the product infrastructure and is not intended to be used directly from your code. A VerticalAlignments value that represents the calculated value of the VerticalAlign property. |
![]() | m_writingMode | This API supports the product infrastructure and is not intended to be used directly from your code. A WritingModes value that represents the calculated value of the WritingMode property. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



