Share via


StyleInstance Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an evaluated instance of a Style definition. This class cannot be inherited.

The following tables list the members exposed by the StyleInstance type.

Public Properties

  Name Description
BackgroundColor Overridden. Gets the background color of the item.
BackgroundGradientEndColor Overridden. Gets the color that the background gradient should end on.
BackgroundGradientType Overridden. Gets the background gradient type of the item.
BackgroundHatchType Overridden.  
Calendar Overridden. Gets the calendar type of the item.
Color Overridden. Gets the color of the item.
Direction Overridden. Gets the text direction for the text in the item.
FontFamily Overridden. Gets the font family for the text in the item.
FontSize Overridden. Gets the font size for the text in the item.
FontStyle Overridden. Gets the font style for the text in the item.
FontWeight Overridden. Gets the font weight for the text in the item.
Format Overridden. Gets the formatting string of the item.
Item Overridden. Gets the style property with the specified style attribute name value.
Language Overridden. Gets the language of the text for the item.
LineHeight Overridden. Gets the line height for the item.
NumeralLanguage Overridden. Gets the digit format to use as described by the item's primary language.
NumeralVariant Overridden. Gets the digit format to use for the item.
PaddingBottom Overridden. Gets the padding between the bottom edge of the item and its contents.
PaddingLeft Overridden. Gets the padding between the left edge of the item and its contents.
PaddingRight Overridden. Gets the padding between the right edge of the item and its contents.
PaddingTop Overridden. Gets the padding between the top edge of the item and its contents.
ShadowColor Overridden.  
ShadowOffset Overridden.  
TextAlign Overridden. Gets the horizontal alignment of the text.
TextDecoration Overridden. Gets special formatting of the text.
TextEffect Overridden.  
UnicodeBiDi Overridden. Gets the level of embedding with respect to the bi-directional algorithm.
VerticalAlign Overridden. Gets the vertical alignment of the text.
WritingMode Overridden. Gets the value that indicates whether the text is written horizontally or vertically.

Top

Public Methods

(see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
ResetInstanceCache  When overridden in a derived class, resets the cache for the instance. (inherited from BaseInstance)

Top

See Also

Reference

StyleInstance Class
Microsoft.ReportingServices.ReportRendering Namespace
Style Class

Other Resources

Style Element (RDL)
Implementing a Rendering Extension