PivotGridPrintStyle
Represents the pivot grid print style.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PivotGridPrintStyle
Inheritance: objectPivotGridPrintStyle
Constructors
public PivotGridPrintStyle()
Properties
Gets or sets the color of the cell back.
public Color CellBackColor { get; set; }
The color of the cell back.
Gets or sets the comact layout indent.
public int ComactLayoutIndent { get; set; }
The comact layout indent.
Gets or sets the data cells font.
public Font DataCellsFont { get; set; }
The data cells font.
Gets or sets the decriptors font.
public Font DecriptorsFont { get; set; }
The decriptors font.
Gets or sets the color of the descriptors back.
public Color DescriptorsBackColor { get; set; }
The color of the descriptors back.
Gets or sets the grand total cells font.
public Font GrandTotalCellsFont { get; set; }
The grand total cells font.
Gets or sets the color of the grand totals back.
public Color GrandTotalsBackColor { get; set; }
The color of the grand totals back.
Gets or sets the color of the grid lines.
public Color GridLinesColor { get; set; }
The color of the grid lines.
Gets or sets the header cells font.
public Font HeaderCellsFont { get; set; }
The header cells font.
Gets or sets the color of the headers back.
public Color HeadersBackColor { get; set; }
The color of the headers back.
Gets or sets the type of the layout.
public PivotLayout LayoutType { get; set; }
The type of the layout.
Gets or sets the page order.
public PivotGridPrintPageOrder PageOrder { get; set; }
The page order.
Gets or sets the pivot grid.
[Browsable(false)]
public RadPivotGridElement PivotGrid { get; }
The pivot grid.
Gets or sets the print selection only.
public bool PrintSelectionOnly { get; set; }
The print selection only.
Gets or sets the scale mode.
public PivotPrintScaleMode ScaleMode { get; set; }
The scale mode.
Gets or sets the show grid lines.
public bool ShowGridLines { get; set; }
The show grid lines.
Gets or sets the sub total cells font.
public Font SubTotalCellsFont { get; set; }
The sub total cells font.
Gets or sets the color of the sub totals back.
public Color SubTotalsBackColor { get; set; }
The color of the sub totals back.
Methods
Gets the aggregate descriptor cell.
protected virtual RadPrintElement GetAggregateDescriptorCell(int index)
The index.
Returns:Gets the column descriptor cell.
protected virtual RadPrintElement GetColumnDescriptorCell(int descriptorIndex)
Index of the descriptor.
Returns:Gets the row descriptor cell.
protected virtual RadPrintElement GetRowDescriptorCell(int descriptorIndex)
Index of the descriptor.
Returns:Initializes this instance.
public virtual void Initialize()
Prints the element.
protected virtual void PrintElement(RadPrintElement element, Rectangle drawArea, Rectangle elementBounds, Graphics graphics)
The element.
drawAreaRectangleThe draw area.
elementBoundsRectangleThe element bounds.
graphicsGraphicsThe graphics.