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