Interface IGridPrintRenderer
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IGridPrintRenderer
Properties
ViewDefinitionType
Gets the view definition type this print style is for.
Declaration
Type ViewDefinitionType { get; }
Property Value
System.Type
The type of the view definition. |
Methods
DrawPage(PrintGridTraverser, Rectangle, Graphics, GridPrintSettings, Int32)
Renders a whole page using the settings provided.
Declaration
void DrawPage(PrintGridTraverser traverser, Rectangle drawArea, Graphics graphics, GridPrintSettings settings, int pageNumber)
Parameters
PrintGridTraverser
traverser
The traverser to iterate the grid with. |
System.Drawing.Rectangle
drawArea
The size of the drawable area. |
System.Drawing.Graphics
graphics
The graphics used for the drawing. |
GridPrintSettings
settings
The print settings used for the drawring. |
System.Int32
pageNumber
The number of the current page. |
Reset()
Resets the print style for subsequent use.
Declaration
void Reset()