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. 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
Print The traverser to iterate the grid with. |
System. The size of the drawable area. |
System. The graphics used for the drawing. |
Grid The print settings used for the drawring. |
System. The number of the current page. |
Reset()
Resets the print style for subsequent use.
Declaration
void Reset()