ClassPivotGridPrintStyle
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
PivotGridPrintStyle()
Declaration
public PivotGridPrintStyle()
Properties
CellBackColor
Gets or sets the color of the cell back.
Declaration
public Color CellBackColor { get; set; }
Property Value
The color of the cell back.
ComactLayoutIndent
Gets or sets the comact layout indent.
Declaration
public int ComactLayoutIndent { get; set; }
Property Value
The comact layout indent.
DataCellsFont
Gets or sets the data cells font.
Declaration
public Font DataCellsFont { get; set; }
Property Value
The data cells font.
DecriptorsFont
Gets or sets the decriptors font.
Declaration
public Font DecriptorsFont { get; set; }
Property Value
The decriptors font.
DescriptorsBackColor
Gets or sets the color of the descriptors back.
Declaration
public Color DescriptorsBackColor { get; set; }
Property Value
The color of the descriptors back.
GrandTotalCellsFont
Gets or sets the grand total cells font.
Declaration
public Font GrandTotalCellsFont { get; set; }
Property Value
The grand total cells font.
GrandTotalsBackColor
Gets or sets the color of the grand totals back.
Declaration
public Color GrandTotalsBackColor { get; set; }
Property Value
The color of the grand totals back.
GridLinesColor
Gets or sets the color of the grid lines.
Declaration
public Color GridLinesColor { get; set; }
Property Value
The color of the grid lines.
HeaderCellsFont
Gets or sets the header cells font.
Declaration
public Font HeaderCellsFont { get; set; }
Property Value
The header cells font.
HeadersBackColor
Gets or sets the color of the headers back.
Declaration
public Color HeadersBackColor { get; set; }
Property Value
The color of the headers back.
LayoutType
Gets or sets the type of the layout.
Declaration
public PivotLayout LayoutType { get; set; }
Property Value
The type of the layout.
PageOrder
Gets or sets the page order.
Declaration
public PivotGridPrintPageOrder PageOrder { get; set; }
Property Value
The page order.
PivotGrid
Gets or sets the pivot grid.
Declaration
[Browsable(false)]
public RadPivotGridElement PivotGrid { get; }
Property Value
The pivot grid.
PrintSelectionOnly
Gets or sets the print selection only.
Declaration
public bool PrintSelectionOnly { get; set; }
Property Value
The print selection only.
ScaleMode
Gets or sets the scale mode.
Declaration
public PivotPrintScaleMode ScaleMode { get; set; }
Property Value
The scale mode.
ShowGridLines
Gets or sets the show grid lines.
Declaration
public bool ShowGridLines { get; set; }
Property Value
The show grid lines.
SubTotalCellsFont
Gets or sets the sub total cells font.
Declaration
public Font SubTotalCellsFont { get; set; }
Property Value
The sub total cells font.
SubTotalsBackColor
Gets or sets the color of the sub totals back.
Declaration
public Color SubTotalsBackColor { get; set; }
Property Value
The color of the sub totals back.
Methods
DrawPage(Rectangle, Graphics, int)
Draws the page.
GetAggregateDescriptorCell(int)
Gets the aggregate descriptor cell.
Declaration
protected virtual RadPrintElement GetAggregateDescriptorCell(int index)
Parameters
index
The index.
Returns
GetColumnDescriptorCell(int)
Gets the column descriptor cell.
Declaration
protected virtual RadPrintElement GetColumnDescriptorCell(int descriptorIndex)
Parameters
descriptorIndex
Index of the descriptor.
Returns
GetColumnHeaderCell(int, int)
Gets the column header cell.
Declaration
protected virtual RadPrintElement GetColumnHeaderCell(int rowIndex, int columnIndex)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
Returns
GetDataCell(int, int)
Gets the data cell.
Declaration
protected virtual RadPrintElement GetDataCell(int rowIndex, int columnIndex)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
Returns
GetNumberOfPages(Rectangle)
Gets the number of pages.
GetPrintElementForCell(int, int)
Gets the print element for cell.
Declaration
protected virtual RadPrintElement GetPrintElementForCell(int i, int j)
Parameters
i
The i.
j
The j.
Returns
GetRowDescriptorCell(int)
Gets the row descriptor cell.
Declaration
protected virtual RadPrintElement GetRowDescriptorCell(int descriptorIndex)
Parameters
descriptorIndex
Index of the descriptor.
Returns
GetRowHeaderCell(int, int)
Gets the row header cell.
Declaration
protected virtual RadPrintElement GetRowHeaderCell(int rowIndex, int columnIndex)
Parameters
rowIndex
Index of the row.
columnIndex
Index of the column.
Returns
Initialize()
Initializes this instance.
Declaration
public virtual void Initialize()
PrintElement(RadPrintElement, Rectangle, Rectangle, Graphics)
Prints the element.
Declaration
protected virtual void PrintElement(RadPrintElement element, Rectangle drawArea, Rectangle elementBounds, Graphics graphics)
Parameters
element
The element.
drawArea
The draw area.
elementBounds
The element bounds.
graphics
The graphics.