Classes

  Class Description
Public class Action
Defines a hyperlink, bookmark link or drillthrough action associated with a report element.
Public class ActionInfo
Defines a list of actions associated with a ReportItem.
Public class Actions
Represents a collection of Action objects.
Public class AvgAgg
Represents the average (AVG) aggregate function.
Public class BackgroundImage
Represents a background image.
Public class Body
Represents the visual elements of the body of the report.
Public class Border
Represent a border of an object.
Public class C1RdlReport
Represents an RDL (Report Definition Language) report defined using the 2008 version of the RDL specification.
Public class CellContents
Represents a report item contained in a body, header or corner cell of a Tablix.
Public class Chart
The Chart object defines a set of chart areas to be drawn as a single data visualization data region. The Chart is defined much like a Tablix, but instead of Columns, Rows, and Cells, the Chart has Categories, Series, and DataPoints.
Public class ChartAlignType
Represents properties that determine which aspects of the chart area should be aligned with the target chart area.
Public class ChartArea
Represents the chart that is drawn within a Chart's data region.
Public class ChartAreas
Represents a collection of ChartArea objects.
Public class ChartAxes
Represents collection of the ChartAxis objects.
Public class ChartAxis
Represents properties of labels, titles and gridlines along an axis.
Public class ChartAxisScaleBreak
Represents the scale break behavior and style for an axis.
Public class ChartAxisTitle
Represents a title for the axis.
Public class ChartBorderSkin
Represents properties that determine the appearance of the border skin around the plot area.
Public class ChartCustomPaletteColor
Defines the custom color to use for the Custom palette of the Chart object.
Public class ChartCustomPaletteColors
Defines the colors to use for the Custom palette of the Chart object.
Public class ChartCustomProperties
Base class for custom properties of the ChartDataPoint and ChartSeries.
Public class ChartCustomProperties..::..ChartPropsBase
Base class for custom properties of data point of chart.
Public class ChartData
Represents chart data.
Public class ChartDataLabel
Represents data labels to display on data values.
Public class ChartDataPoint
Represents a data point for a chart. May consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).
Public class ChartDataPointCustomProperties
Represents custom attributes of a ChartDataPoint object.
Public class ChartDataPointCustomProperties..::..AreaPercentStackedProps
Properties of Area PercentStacked chart.
Public class ChartDataPointCustomProperties..::..AreaProps
Properties of data point of Area chart.
Public class ChartDataPointCustomProperties..::..AreaPropsBase
Common properties for data point of Area charts.
Public class ChartDataPointCustomProperties..::..AreaSmoothProps
Properties of data point of Area Smooth chart.
Public class ChartDataPointCustomProperties..::..AreaStackedProps
Properties of Area Stacked chart.
Public class ChartDataPointCustomProperties..::..BarPercentStackedProps
Properties of Bar PercentStacked props.
Public class ChartDataPointCustomProperties..::..BarProps
Properties of data point of Bar chart.
Public class ChartDataPointCustomProperties..::..BarPropsBase
Common properties of data point of Bar charts.
Public class ChartDataPointCustomProperties..::..BarStackedProps
Properties of data point of Bar Stacked props.
Public class ChartDataPointCustomProperties..::..ColumnBarPropsBase
Common properties of data point of the Column and Bar charts.
Public class ChartDataPointCustomProperties..::..ColumnPercentStackedProps
Properties of data point of the Column PercentStacked chart.
Public class ChartDataPointCustomProperties..::..ColumnProps
Properties of data point of the Column chart.
Public class ChartDataPointCustomProperties..::..ColumnStackedProps
Properties of data point of the Column Stacked chart.
Public class ChartDataPointCustomProperties..::..DoughnutProps
Properties of data point of Doughnut charts.
Public class ChartDataPointCustomProperties..::..FunnelProps
Properties of Funnel chart.
Public class ChartDataPointCustomProperties..::..FunnelPyramidPropsBase
Common properties of data point of Funnel and Pyramid charts.
Public class ChartDataPointCustomProperties..::..LineProps
Base properties of Line chart.
Public class ChartDataPointCustomProperties..::..LineSmoothProps
Properties of Line Smooth chart.
Public class ChartDataPointCustomProperties..::..LineSteppedProps
Properties of Line Stepped chart.
Public class ChartDataPointCustomProperties..::..PieProps
Properties of data point of Pie chart.
Public class ChartDataPointCustomProperties..::..PolarProps
Properties of data point of the Polar charts.
Public class ChartDataPointCustomProperties..::..PropsBase
Base class for custom properties of data point of chart.
Public class ChartDataPointCustomProperties..::..PyramidProps
Properties of data point of Pyramid chart.
Public class ChartDataPointCustomProperties..::..RadarProps
Properties of data point the Radar chart.
Public class ChartDataPointCustomProperties..::..RangeBarProps
Properties of data point of the Range Bar chart.
Public class ChartDataPointCustomProperties..::..RangeBoxPlotProps
Properties of data point of the Range BoxPlot chart.
Public class ChartDataPointCustomProperties..::..RangeCandlestickProps
Properties of data point of the Range Candlestick chart.
Public class ChartDataPointCustomProperties..::..RangeColumnProps
Properties of data point of the Range Column chart.
Public class ChartDataPointCustomProperties..::..RangeErrorBarProps
Properties of data point of the Range ErrorBar chart.
Public class ChartDataPointCustomProperties..::..RangeProps
Properties of data point of Range chart.
Public class ChartDataPointCustomProperties..::..RangeSmoothProps
Properties of data point of smooth Range chart.
Public class ChartDataPointCustomProperties..::..RangeStockProps
Properties of data point of the Range Stock chart.
Public class ChartDataPointCustomProperties..::..ScatterBubbleProps
Properties of the Scatter Bubble chart.
Public class ChartDataPointCustomProperties..::..ScatterProps
Properties of the Scatter chart.
Public class ChartDataPoints
Represents a collection of ChartDataPoint objects.
Public class ChartDataPointValues
Represents a set of data values for a data point in the chart. Each series type has a different set of mandatory and optional data values. Data values not used for the series type are ignored.
Public class ChartDerivedSeries
Defines a derived series which is calculated from a formula applied to another series.
Public class ChartDerivedSeriesCollection
Represents collection of the ChartDerivedSeries objects.
Public class ChartElementPosition
Defines the position in which to draw a chart element.
Public class ChartEmptyPoints
Represents the behavior for empty points in a series.
Public class ChartFormulaParameter
Defines a parameter to a formula for a derived series.
Public class ChartFormulaParameters
Represents collection of the ChartFormulaParameter objects.
Public class ChartGridLines
Represents gridlines along an axis.
Public class ChartHierarchy
Represents a hierarchy of members for the Chart.
Public class ChartItemInLegend
Represents the behavior for a series or set of data points displayed in a legend.
Public class ChartLegend
Represents properties that can be used to display instances of the series groups in a chart legend.
Public class ChartLegends
Represents a collection of ChartLegend objects.
Public class ChartLegendTitle
Represents a title for a legend.
Public class ChartMarker
Represents a marker for displayed chart values.
Public class ChartMember
Represents a category or series member for a Chart.
Public class ChartMembers
Represents a collection of TablixMember objects.
Public class ChartNoDataMessage
Represents a title that is displayed if the chart contains no data.
Public class ChartNoMoveDirections
Represents directions in which a smart label is not allowed to move.
Public class ChartSeries
Defines the list of data points for one series.
Public class ChartSeriesCollection
Represents collection of the ChartSeries objects.
Public class ChartSeriesCustomProperties
Represents custom attributes of a ChartSeries object.
Public class ChartSeriesCustomProperties..::..AreaPercentStackedProps
Properties of Area PercentStacked chart.
Public class ChartSeriesCustomProperties..::..AreaProps
Properties of Area chart.
Public class ChartSeriesCustomProperties..::..AreaPropsBase
Common properties for Area charts.
Public class ChartSeriesCustomProperties..::..AreaSmoothProps
Properties of Area Smooth chart.
Public class ChartSeriesCustomProperties..::..AreaStackedProps
Properties of Area Stacked chart.
Public class ChartSeriesCustomProperties..::..BarPercentStackedProps
Properties of Bar PercentStacked props.
Public class ChartSeriesCustomProperties..::..BarProps
Properties of Bar chart.
Public class ChartSeriesCustomProperties..::..BarPropsBase
Common properties of Bar charts.
Public class ChartSeriesCustomProperties..::..BarStackedProps
Properties of Bar Stacked props.
Public class ChartSeriesCustomProperties..::..ColumnBarPropsBase
Common properties of the Column and Bar charts.
Public class ChartSeriesCustomProperties..::..ColumnPercentStackedProps
Properties of the Column PercentStacked chart.
Public class ChartSeriesCustomProperties..::..ColumnProps
Properties of the Column chart.
Public class ChartSeriesCustomProperties..::..ColumnStackedProps
Properties of the Column Stacked chart.
Public class ChartSeriesCustomProperties..::..DoughnutProps
Properties of Doughnut charts.
Public class ChartSeriesCustomProperties..::..FunnelProps
Properties of Funnel chart.
Public class ChartSeriesCustomProperties..::..FunnelPyramidPropsBase
Common properties of Funnel and Pyramid charts.
Public class ChartSeriesCustomProperties..::..LineProps
Base properties of Line chart.
Public class ChartSeriesCustomProperties..::..LineSmoothProps
Properties of Line Smooth chart.
Public class ChartSeriesCustomProperties..::..LineSteppedProps
Properties of Line Stepped chart.
Public class ChartSeriesCustomProperties..::..PieProps
Properties of Pie chart.
Public class ChartSeriesCustomProperties..::..PolarProps
Properties of the Polar chart.
Public class ChartSeriesCustomProperties..::..PolarRadarPropsBase
Common properties of the Polar and Radara charts.
Public class ChartSeriesCustomProperties..::..PropsBase
Abstract base class for chart of specified type.
Public class ChartSeriesCustomProperties..::..PyramidProps
Properties of Pyramid chart.
Public class ChartSeriesCustomProperties..::..RadarProps
Properties of the Radar chart.
Public class ChartSeriesCustomProperties..::..RangeBarProps
Properties of the Range Bar chart.
Public class ChartSeriesCustomProperties..::..RangeBoxPlotProps
Properties of the Range BoxPlot chart.
Public class ChartSeriesCustomProperties..::..RangeCandlestickProps
Properties of the Range Candlestick chart.
Public class ChartSeriesCustomProperties..::..RangeColumnProps
Properties of the Range Column chart.
Public class ChartSeriesCustomProperties..::..RangeErrorBarProps
Properties of the Range ErrorBar chart.
Public class ChartSeriesCustomProperties..::..RangeProps
Properties of Range chart.
Public class ChartSeriesCustomProperties..::..RangePropsBase
Common properties for Range charts like Column, Bar, Stock, Candlestick, ErrorBar, BoxPlot.
Public class ChartSeriesCustomProperties..::..RangeSmoothProps
Properties of smooth Range chart.
Public class ChartSeriesCustomProperties..::..RangeStockProps
Properties of the Range Stock chart.
Public class ChartSeriesCustomProperties..::..ScatterBubbleProps
Properties of the Scatter Bubble chart.
Public class ChartSeriesCustomProperties..::..ScatterProps
Properties of the Scatter chart.
Public class ChartSeriesCustomProperties..::..ThreeDPropsBase
Common 3D properties for Column, Bar, Line, Area charts.
Public class ChartSmartLabel
Represents the behavior of smart labels.
Public class ChartStripLine
Represents a custom strip line for an axis.
Public class ChartStripLines
Represents a collection of ChartStripLine objects.
Public class ChartThreeDProperties
Represents properties for a 3D layout.
Public class ChartTickMarks
Represents tick marks along an axis.
Public class ChartTitle
Represents a title for the chart.
Public class ChartTitles
Representsf a collection of ChartTitle objects.
Public class Class
Contains information about a class to instantiate during report initialization. This class instance can be used in expressions throughout the report.
Public class Classes
Represents a collection of Class objects.
Public class CodeModule
Represents a hyperlink, a bookmark link or a drillthrough action associated with a report element.
Public class CodeModule..::..TypeConverter
Converts CodeModule to/from other types.
Public class CodeModules
Represents a collection of CodeModule objects.
Public class ConnectionProperties
Contains information describing how to connect to a data source.
Public class CountAgg
Represents the count (COUNT) aggregate function.
Public class CountDistinctAgg
Represents the "count distinct" aggregate function.
Public class CustomProperties
The UserDefinedProperty, UserDefinedProperties and CustomProperties allows to pass information to custom report renderers and custom report items.
Public class DataAggregateFunction
Abstract base class for data aggregate functions.
Public class DataRegion
Abstract base class for all report items linked with data.
Public class DataSet
Contains information about a set of data to display as a part of the report.
Public class DataSetReference
Defines parameters to obtain a list of values or default values for a ReportParameter.
Public class DataSets
Represents a collection of DataSet objects.
Public class DataSource
Represents a data source.
Public class DataSources
Represents a collection of DataSource objects.
Public class DefaultValue
Represents default value for the ReportParameter.
Public class Drillthrough
Represents information about a drillthrough action.
Public class EmbeddedImage
Represents an image embedded in the report.
Public class EmbeddedImages
Represents a collection of EmbeddedImage objects.
Public class Field
Contains information about a field in the data model of the report.
Public class Fields
Represents a collection of Field objects.
Public class Filter
Describes a filter to apply to rows of data in a data set or data region or to apply to group instances.
Public class Filters
Represents a collection of Filter objects.
Public class Group
defines the expressions to group the data by.
Public class Image
Representa an image in a report.
Public class Line
Represents a line in a report. The Line class has no additional properties beyond what it inherits from ReportItem. Negative heights/widths allow for lines that are drawn up and/or left from their origin. Although negative Height and Width are allowed, both Top+Height and Left+Width must be nonnegative valid sizes.
Public class MaxAgg
Represents the maximum (MAX) aggregate function.
Public class MinAgg
Represents the minimum (MIN) aggregate function.
Public class Page
Contains page layout information for the C1RdlReport.
Public class PageBreak
Defines page break behavior for a Group or ReportItem.
Public class PageFooter
Defines the layout of report items to appear at the bottom of every page of the report.
Public class PageHeader
Defines the layout of report items to appear at the top of every page of the report.
Public class PageSection
Defines the layout of report items to appear at the top or bottom of every page of the report. The PageSection element itself is not used. Only subtypes of PageSection are used: PageHeader, PageFooter.
Public class Paragraph
Represents a paragraph of text in a Textbox; contains a collection of TextRun elements.
Public class Paragraphs
Represents a collection of Paragraph objects.
Public class Parameter
Contains information about a parameter to a subreport or drillthrough.
Public class Parameters
Represents a collection of Parameter objects.
Public class ParameterValue
Defines possible values for a ReportParameter.
Public class ParameterValues
Collection of ParameterValue object.
Public class Query
Contains the description of the query to execute to retrieve the data for the report.
Public class QueryParameter
Contains information about a parameter that is passed to the data source as part of the query.
Public class QueryParameters
Represents a collection of QueryParameter objects.
Public class Rectangle
Represents a rectangular area with borders that can contain child ReportItem objects.
Public class ReportElement
Abstract base class for the report elements such as Body, PageSection, ReportItem.
Public class ReportItem
Abstract base class for report objects such as Textbox, Rectangle etc.
Public class ReportItemList
Represents a simple list of ReportItem objects.
Public class ReportItems
Represents a collection of ReportItem objects.
Public class ReportParameter
Contains information about a parameter that is passed to the data source as part of the query.
Public class ReportParameters
Represents a collection of ReportParameter objects.
Public class SortExpression
Represents an expression used to sort groups by.
Public class SortExpressions
Represents a collection of SortExpression objects.
Public class StDevAgg
Represents the standard deviation (STDEV) aggregate function.
Public class StDevPAgg
Represents the standard deviation based on the entire population (STDEVP) aggregate function.
Public class Style
Represents the style of a report item.
Public class Subreport
Represents as subreport.
Public class SumAgg
Represents the summary (SUM) aggregate function.
Public class Tablix
Represents a flexible layout grid with nested repeating column groups and row groups.
Public class TablixBody
Represents the layout and structure of the body of a Tablix.
Public class TablixCell
Represents the contents of a cell in the body section of a Tablix.
Public class TablixCells
Represents a list of cells in a row of the body section of a Tablix.
Public class TablixColumn
Represents a column in the body section of a Tablix.
Public class TablixColumns
Represents the set of columns in the body section of a Tablix.
Public class TablixCorner
Represents the layout and structure of a corner region of a Tablix.
Public class TablixCornerCell
Represents the contents of a corner cell in a Tablix. The width of each column is equal to the width of the corresponding row TablixHeader.
Public class TablixCornerRow
Represents the list of cells in a row of a corner section of a Tablix. The height of the row is equal to the height of the corresponding column TablixHeader.
Public class TablixCornerRows
Represents a collection of TablixCornerRow objects.
Public class TablixHeader
Represents a header of a Tablix.
Public class TablixHierarchy
Represents a hierarchy of members for a Tablix.
Public class TablixMember
Represents a member of a Tablix hierarchy.
Public class TablixMembers
Represents a collection of TablixMember objects.
Public class TablixRow
Represents a row in the body section of a Tablix.
Public class TablixRows
Represents the set of rows in the body section of a Tablix.
Public class Textbox
Represents a formatted text.
Public class TextRun
Represents the value and formatting of a contiguous span of text.
Public class TextRuns
Represents a collection of TextRun objects.
Public class ToggleImage
Represents properties of a toggle image displayed as a part of a Textbox.
Public class UserDefinedProperties
Represents the collection of UserDefinedProperty objects.
Public class UserDefinedProperty
The UserDefinedProperty, UserDefinedProperties and CustomProperties allows to pass information to custom report renderers and custom report items.
Public class UserSort
Represents properties of end-user sort control that is displayed as a part of a text box in the UI. The control allows the user to select a sort direction (ascending, descending, none).
Public class ValidValues
Represents the possible values for ReportParameter, for populating UI selection lists for users to select a parameter value.
Public class Value
Defines a value that can be represented as expression or constant.
Public class Value..::..TypeConverter
Converts Value to/from other types.
Public class Values
Represents a collection of Value objects.
Public class VarAgg
Represents the variance (VAR) aggregate function.
Public class Variable
Defines a named expression to be evaluated within the group or report.
Public class Variables
Represents a collection of Variable objects.
Public class VarPAgg
Represents the variance based on the entire population (VARP) aggregate function.
Public class VarStDevAgg
The abstract base class for standard deviation and variance aggregates.
Public class Visibility
Defines when the ReportItem should be shown in the rendered report.

Interfaces

  Interface Description
Public interface IStyleOwner
Should be implemented by a class that owns a Style object.

Enumerations

  Enumeration Description
Public enumeration BackgroundGradient
Specifies the type of background gradient.
Public enumeration BackgroundHatchType
Specifies background hatch type.
Public enumeration BackgroundImagePosition
Specifies the position of a background image.
Public enumeration BackgroundRepeatType
Specifies how a background image should fill the available space.
Public enumeration BorderStyle
Specifies the border style.
Public enumeration BreakLocation
Defines positions to page break.
Public enumeration Calendar
Specifies the calendar to use for formatting dates.
Public enumeration ChartAlignOrientation
Specifies directions in which the chart area should be aligned with the target chart area.
Public enumeration ChartAllowLabelRotation
Specifies the step by which axis labels can be incrementally rotated to fit within the chart.
Public enumeration ChartAreaDrawingStyle
Specifies types of shapes of a Radar chart's chart area.
Public enumeration ChartArrowsType
Specifies types of arrowhead to use for line segments that join labels to their data points.
Public enumeration ChartAxisArrows
Specifies types of arrows for axis labels.
Public enumeration ChartAxisIntervalType
Specifies units used by ChartAxis.
Public enumeration ChartAxisLocation
Specifies the side where axis should be drawn.
Public enumeration ChartAxisTitlePosition
Specifies possible positions of the title along the axis.
Public enumeration ChartBarLabelStyle
Specifies data point label placement for Bar and Gantt charts.
Public enumeration ChartBorderSkinType
Specifies border skin types for a chart.
Public enumeration ChartBreakLineType
Specifies the types of line used to show the scale break.
Public enumeration ChartCalloutStyle
Specifies styles to use when drawing the callout lines.
Public enumeration ChartCircularLabelsStyle
Specifies positions of data labels for Polar and Radar charts.
Public enumeration ChartCollectedStyle
Specifies styles of collected slice.
Public enumeration ChartDataLabelPosition
Specifies positions of a label.
Public enumeration ChartElementAutoPosition
Specifies automatic position for chart elements such as legend, title etc.
Public enumeration ChartErrorBarCenterMarkerStyle
Specifies styles of center marker for Range ErrorBar charts.
Public enumeration ChartErrorBarStyle
Specifies visibility behavior of the Upper and Lower Error values of an Error Bar chart.
Public enumeration ChartErrorBarType
Specifies modes of calculation of the upper and lower errors for the center values of an error bar series.
Public enumeration ChartFormula
Specifies the formula applied to one or more chart series.
Public enumeration ChartFunnelPyramid3DDrawingStyle
Specifies drawing styles for 3D Funnel and Pyramid charts.
Public enumeration ChartFunnelPyramidInsideLabelAlignment
Specifies vertical alignment of data point labels placed inside the funnel or pyramid.
Public enumeration ChartFunnelPyramidLabelStyle
Specifies Funnel or Pyramid chart data point labels style.
Public enumeration ChartFunnelPyramidOutsideLabelPlacement
Specifies outside labels placement, relative to the funnel or pyramid.
Public enumeration ChartFunnelPyramidStyle
Specifies styles of Funnel and Pyramid charts.
Public enumeration ChartLabelOutsidePlotAreaStyle
Specifies how datapoint labels can be drawn outside of the plot area.
Public enumeration ChartLabelValueType
Specifies Y values that used as a data label in Range Stock charts.
Public enumeration ChartLegendLayout
Specifies types of arrangement of labels within a legend.
Public enumeration ChartLine
Specifies types of lines used as separators in a chart.
Public enumeration ChartLineAnchor
Specifies shapes that should be drawn on the point end of the callout line.
Public enumeration ChartMarkerType
Specifies the marker types for displayed chart values.
Public enumeration ChartOpenCloseStyle
Specifies marker styles in Range Stock charts.
Public enumeration ChartPalette
Specifies color palettes for chart items.
Public enumeration ChartPaletteHatchBehavior
Specifies how hatching is applied to data points in the chart.
Public enumeration ChartPieDrawingStyle
Specifies drawing styles for Pie and Doughnut charts.
Public enumeration ChartPieLabelStyle
Specifies data point labels position for Pie and Doughnut charts.
Public enumeration ChartPolarDrawingStyle
Specifies drawing styles of Polar charts.
Public enumeration ChartPyramidValueType
Specifies types of data represeted by a pyramid chart: linear height of the segment or it's surface.
Public enumeration ChartRadarDrawingStyle
Specifies drawing styles of Radar charts.
Public enumeration ChartSeriesColumnStyle
Specifies column style for chart series.
Public enumeration ChartSeriesDrawingStyle
Specifies possible drawing styles of the ChartSeries.
Public enumeration ChartSeriesEmptyPointValue
Specifies empty point value for chart series.
Public enumeration ChartSeriesSubtype
Specifies visualization subtypes for the series. Available subtypes (and default subtype) depends on Type.
Public enumeration ChartSeriesType
Specifies visualization types for the series.
Public enumeration ChartShowOpenClose
Specifies show behavior for markers in Range Stock charts.
Public enumeration ChartTextOrientation
Specifies text orientation.
Public enumeration ChartTickMarksType
Specifies the types of tick marks.
Public enumeration ChartTreeDProjectionMode
Specifies projection modes used for 3D rendering.
Public enumeration ChartTreeDShading
Specifies types of 3D shading.
Public enumeration CommandType
Defines types of Query.
Public enumeration DataElementOutput
Specifies the output type for a data element.
Public enumeration DataElementStyle
Indicates whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes.
Public enumeration EvaluationMode
Specifies modes of processing of a Value.
Public enumeration FontStyle
Specifies font styles.
Public enumeration FontWeight
Specifies the thickness of the font.
Public enumeration ImageSizing
Specifies types of image sizing.
Public enumeration ImageSource
Specifies the source of an image.
Public enumeration KeepWithGroup
Specifies the rules for keeping a tablix member together with another member.
Public enumeration ListStyle
Specifies the paragraph list style.
Public enumeration MarkupType
Specifies how markup should be processed.
Public enumeration SortDirection
Specifies sorting order.
Public enumeration TablixLayoutDirection
Specifies the overall direction of the tablix layout.
Public enumeration TextAlign
Specifies horizontal text alignment.
Public enumeration TextDecoration
Specifies special text formatting.
Public enumeration TextDirection
Specifies text direction.
Public enumeration TextEffect
Specifies effects to apply to the text.
Public enumeration VerticalAlign
Specifies vertical text alignment.
Public enumeration WritingMode
Specifies horizontal or vertical text direction.