GridTextColumn.PrintCell 方法

定义

public:
 override void PrintCell(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::SolidBrush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle rect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long nRowIndex);
public override void PrintCell (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.SolidBrush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle rect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long nRowIndex);
override this.PrintCell : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 -> unit
Public Overrides Sub PrintCell (g As Graphics, bkBrush As Brush, textBrush As SolidBrush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long)

参数

bkBrush
Brush
textBrush
SolidBrush
textFont
Font
rect
Rectangle
storage
IGridStorage
nRowIndex
Int64

适用于