GridColumn.DrawCell Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DrawCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64) | |
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) |
DrawCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
public:
virtual void DrawCell(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 DrawCell (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);
abstract member DrawCell : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 -> unit
override this.DrawCell : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 -> unit
Public Overridable Sub DrawCell (g As Graphics, bkBrush As Brush, textBrush As SolidBrush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long)
Parameter
- g
- Graphics
- bkBrush
- Brush
- textBrush
- SolidBrush
- textFont
- Font
- rect
- Rectangle
- storage
- IGridStorage
- nRowIndex
- Int64
Gilt für:
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64)
public:
virtual void DrawCell(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 DrawCell (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);
abstract member DrawCell : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.Brush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 -> unit
override this.DrawCell : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.Brush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 -> unit
Public Overridable Sub DrawCell (g As Graphics, bkBrush As Brush, textBrush As Brush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long)
Parameter
- g
- Graphics
- bkBrush
- Brush
- textBrush
- Brush
- textFont
- Font
- rect
- Rectangle
- storage
- IGridStorage
- nRowIndex
- Int64