GridControl.DoCellPrinting Method

Definition

protected:
 virtual void DoCellPrinting(System::Drawing::Graphics ^ g, System::Drawing::SolidBrush ^ bkBrush, System::Drawing::SolidBrush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle cellRect, Microsoft::ReportingServices::QueryDesigners::GridColumn ^ gridColumn, long rowNumber);
protected virtual void DoCellPrinting (System.Drawing.Graphics g, System.Drawing.SolidBrush bkBrush, System.Drawing.SolidBrush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle cellRect, Microsoft.ReportingServices.QueryDesigners.GridColumn gridColumn, long rowNumber);
abstract member DoCellPrinting : System.Drawing.Graphics * System.Drawing.SolidBrush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 -> unit
override this.DoCellPrinting : System.Drawing.Graphics * System.Drawing.SolidBrush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 -> unit
Protected Overridable Sub DoCellPrinting (g As Graphics, bkBrush As SolidBrush, textBrush As SolidBrush, textFont As Font, cellRect As Rectangle, gridColumn As GridColumn, rowNumber As Long)

Parameters

bkBrush
SolidBrush
textBrush
SolidBrush
textFont
Font
cellRect
Rectangle
gridColumn
GridColumn
rowNumber
Int64

Applies to