ActiveReports Developer 7
Style Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Style Class

Glossary Item Box

The following tables list the members exposed by Style.

Public Constructors

 NameDescription
Public ConstructorStyle Constructor

Initializes a new instance of the Style class.

 
Top

Public Properties

 NameDescription
Public PropertyBackgroundColor

Gets or sets the color of the background.

 
Public PropertyBackgroundGradientEndColor

Gets or sets the end color for the background gradient.

 
Public PropertyBackgroundGradientType

Gets or sets the gradient type of the background.

 
Public PropertyBackgroundImage

Gets the background image for the report item.

 
Public PropertyBorderColor

Gets the color of the border.

 
Public PropertyBorderStyle

Gets the style of the border.

 
Public PropertyBorderWidth

Gets the width of the border.

 
Public PropertyCalendar

Gets or sets the type of calendar to use for formatting dates.

 
Public PropertyCharacterSpacingSpace between characters  
Public PropertyColor

Gets or sets the foreground or text color.

 
Public PropertyDirection

Gets or sets a value indicating whether text is written left-to-right or right-to-left.

 
Public PropertyFontFamily

Gets or sets the name of the font family.

 
Public PropertyFontSize

Gets or sets the point size of the font.

 
Public PropertyFontStyle

Gets or sets the font style.

 
Public PropertyFontWeight

Gets or sets the thickness of the font.

 
Public PropertyFormat

Gets or sets a .NET Framework formatting string.

 
Public PropertyLanguage

Gets or sets the primary language of the text.

 
Public PropertyLineHeight

Gets or sets the height of a line of text.

 
Public PropertyLineSpacingSpace between lines  
Public PropertyNumeralLanguage

Gets or sets the digit format to use as described by its primary language. Any language is legal.

 
Public PropertyNumeralVariant

Gets or sets the variant of the digit format to use.

 
Public PropertyPaddingBottom

Gets or sets the amount of padding between the bottom edge of the report item and its contents.

 
Public PropertyPaddingLeft

Gets or sets the amount of padding between the left edge of the report item and its contents.

 
Public PropertyPaddingRight

Gets or sets the amount of padding between the right edge of the report item and its contents.

 
Public PropertyPaddingTop

Gets or sets the amount of padding between the top edge of the report item and its contents.

 
Public PropertyTextAlign

Gets or sets the horizontal alignment of the text.

 
Public PropertyTextDecoration

Gets or sets special text formatting.

 
Public PropertyTextJustifyGets the text justification setting.  
Public PropertyUnicodeBiDi

Gets or sets the level of embedding with respect to the Bi-directional algorithm.

 
Public PropertyVerticalAlign

Gets or sets the vertical alignment of the text.

 
Public PropertyWrapModeWrap mode  
Public PropertyWritingMode

Gets or sets a value indicating whether text is written horizontally or vertically.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the DataDynamics.Reports.ReportObjectModel.Runtime.Style object.  
Top

See Also