GridControl.DoCellPrinting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- g
- Graphics
- bkBrush
- SolidBrush
- textBrush
- SolidBrush
- textFont
- Font
- cellRect
- Rectangle
- gridColumn
- GridColumn
- rowNumber
- Int64