Share via


StyleBaseInstance Members

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

Provides the abstract base class for evaluated style definitions.

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

Public Properties

  Name Description
BackgroundColor When overridden in a derived class, gets the background color of the item.
BackgroundGradientEndColor When overridden in a derived class, XXX.
BackgroundGradientType When overridden in a derived class, gets the background gradient type of the item.
BackgroundHatchType  
Calendar When overridden in a derived class, gets the calendar type of the item.
Color When overridden in a derived class, gets the color of the item.
Direction When overridden in a derived class, gets the text direction for the text in the item.
FontFamily When overridden in a derived class, gets the font family for the text in the item.
FontSize When overridden in a derived class, gets the font size for the text in the item.
FontStyle When overridden in a derived class, gets the font style for the text in the item.
FontWeight When overridden in a derived class, gets the font weight for the text in the item.
Format When overridden in a derived class, gets the formatting string of the item.
Item When overridden in a derived class, gets the style property with the specified style attribute name value.
Language When overridden in a derived class, gets the language of the text for the item.
LineHeight When overridden in a derived class, gets the line height for the item.
NumeralLanguage When overridden in a derived class, gets the digit format to use as described by the item's primary language.
NumeralVariant When overridden in a derived class, gets the digit format to use for the item.
PaddingBottom When overridden in a derived class, gets the padding between the bottom edge of the item and its contents.
PaddingLeft When overridden in a derived class, gets the padding between the left edge of the item and its contents.
PaddingRight When overridden in a derived class, gets the padding between the right edge of the item and its contents.
PaddingTop When overridden in a derived class, gets the padding between the top edge of the item and its contents.
ShadowColor  
ShadowOffset  
TextAlign When overridden in a derived class, gets the horizontal alignment of the text.
TextDecoration When overridden in a derived class, gets special formatting of the text.
TextEffect  
UnicodeBiDi When overridden in a derived class, gets the level of embedding with respect to the bi-directional algorithm.
VerticalAlign When overridden in a derived class, gets the vertical alignment of the text.
WritingMode When overridden in a derived class, 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

StyleBaseInstance Class
Microsoft.ReportingServices.ReportRendering Namespace
Style Class
StyleBase Class

Other Resources

Style Element (RDL)
Implementing a Rendering Extension