GridTextColumn Class

Definition

public ref class GridTextColumn : Microsoft::ReportingServices::QueryDesigners::GridColumn
public class GridTextColumn : Microsoft.ReportingServices.QueryDesigners.GridColumn
type GridTextColumn = class
    inherit GridColumn
Public Class GridTextColumn
Inherits GridColumn
Inheritance
GridTextColumn
Derived

Constructors

GridTextColumn()
GridTextColumn(GridColumnInfo, Int32, Int32)

Fields

m_bVertical
m_myAlign (Inherited from GridColumn)
m_myBackgroundBrush (Inherited from GridColumn)
m_myColType (Inherited from GridColumn)
m_myColumnIndex (Inherited from GridColumn)
m_myStringFormat
m_myTextBmpLayout (Inherited from GridColumn)
m_myTextBrush (Inherited from GridColumn)
m_myWidthInChars (Inherited from GridColumn)
m_myWidthInPixels (Inherited from GridColumn)
m_textFormat
m_withRightGridLine (Inherited from GridColumn)
m_withSelectionBk (Inherited from GridColumn)

Properties

BackgroundBrush (Inherited from GridColumn)
ColumnIndex (Inherited from GridColumn)
ColumnType (Inherited from GridColumn)
IsWidthInChars (Inherited from GridColumn)
RightGridLine (Inherited from GridColumn)
TextAlign (Inherited from GridColumn)
TextBitmapLayout (Inherited from GridColumn)
TextBrush (Inherited from GridColumn)
WidthInPixels (Inherited from GridColumn)
WithSelectionBk (Inherited from GridColumn)

Methods

Dispose() (Inherited from GridColumn)
Dispose(Boolean)
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
DrawCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
DrawDisabledCell(Graphics, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
GetAccessibleState(Int64, IGridStorage) (Inherited from GridColumn)
GetAccessibleValue(Int64, IGridStorage)
IsPointOverTextInCell(Point, Rectangle, IGridStorage, Int64, Graphics, Font) (Inherited from GridColumn)
PrintCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
PrintCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
ProcessNewGridFont(Font)
SetRTL(Boolean)

Applies to