GridColumn.PrintCell Metodo

Definizione

Overload

PrintCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64)
PrintCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)

PrintCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64)

public:
 virtual void PrintCell(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::Brush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle rect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long nRowIndex);
public virtual void PrintCell (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.Brush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle rect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long nRowIndex);
Public Overridable Sub PrintCell (g As Graphics, bkBrush As Brush, textBrush As Brush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long)

Parametri

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

Si applica a

PrintCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)

public:
 virtual 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 virtual 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 Overridable Sub PrintCell (g As Graphics, bkBrush As Brush, textBrush As SolidBrush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long)

Parametri

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

Si applica a