Share via


GridBitmapColumn Class

Definition

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

Constructors

GridBitmapColumn()
GridBitmapColumn(GridColumnInfo, Int32, Int32)

Fields

m_isRTL
m_myAlign (Inherited from GridColumn)
m_myBackgroundBrush (Inherited from GridColumn)
m_myColType (Inherited from GridColumn)
m_myColumnIndex (Inherited from GridColumn)
m_myTextBmpLayout (Inherited from GridColumn)
m_myTextBrush (Inherited from GridColumn)
m_myWidthInChars (Inherited from GridColumn)
m_myWidthInPixels (Inherited from GridColumn)
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) (Inherited from GridColumn)
DrawBitmap(Graphics, Brush, Rectangle, Bitmap, 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)
GetAccessibleState(Int64, IGridStorage) (Inherited from GridColumn)
GetAccessibleValue(Int64, IGridStorage) (Inherited from GridColumn)
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) (Inherited from GridColumn)
SetRTL(Boolean)

Applies to