Class
PivotGridPrintStyle

Represents the pivot grid print style.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PivotGridPrintStyle

Inheritance: objectPivotGridPrintStyle

Constructors

PivotGridPrintStyle()

Declaration

cs-api-definition
public PivotGridPrintStyle()

Properties

CellBackColor

Gets or sets the color of the cell back.

Declaration

cs-api-definition
public Color CellBackColor { get; set; }

Property Value

Color

The color of the cell back.

ComactLayoutIndent

Gets or sets the comact layout indent.

Declaration

cs-api-definition
public int ComactLayoutIndent { get; set; }

Property Value

int

The comact layout indent.

DataCellsFont

Gets or sets the data cells font.

Declaration

cs-api-definition
public Font DataCellsFont { get; set; }

Property Value

Font

The data cells font.

DecriptorsFont

Gets or sets the decriptors font.

Declaration

cs-api-definition
public Font DecriptorsFont { get; set; }

Property Value

Font

The decriptors font.

DescriptorsBackColor

Gets or sets the color of the descriptors back.

Declaration

cs-api-definition
public Color DescriptorsBackColor { get; set; }

Property Value

Color

The color of the descriptors back.

GrandTotalCellsFont

Gets or sets the grand total cells font.

Declaration

cs-api-definition
public Font GrandTotalCellsFont { get; set; }

Property Value

Font

The grand total cells font.

GrandTotalsBackColor

Gets or sets the color of the grand totals back.

Declaration

cs-api-definition
public Color GrandTotalsBackColor { get; set; }

Property Value

Color

The color of the grand totals back.

GridLinesColor

Gets or sets the color of the grid lines.

Declaration

cs-api-definition
public Color GridLinesColor { get; set; }

Property Value

Color

The color of the grid lines.

HeaderCellsFont

Gets or sets the header cells font.

Declaration

cs-api-definition
public Font HeaderCellsFont { get; set; }

Property Value

Font

The header cells font.

HeadersBackColor

Gets or sets the color of the headers back.

Declaration

cs-api-definition
public Color HeadersBackColor { get; set; }

Property Value

Color

The color of the headers back.

LayoutType

Gets or sets the type of the layout.

Declaration

cs-api-definition
public PivotLayout LayoutType { get; set; }

Property Value

PivotLayout

The type of the layout.

PageOrder

Gets or sets the page order.

Declaration

cs-api-definition
public PivotGridPrintPageOrder PageOrder { get; set; }

Property Value

PivotGridPrintPageOrder

The page order.

PivotGrid

Gets or sets the pivot grid.

Declaration

cs-api-definition
[Browsable(false)]
public RadPivotGridElement PivotGrid { get; }

Property Value

RadPivotGridElement

The pivot grid.

PrintSelectionOnly

Gets or sets the print selection only.

Declaration

cs-api-definition
public bool PrintSelectionOnly { get; set; }

Property Value

bool

The print selection only.

ScaleMode

Gets or sets the scale mode.

Declaration

cs-api-definition
public PivotPrintScaleMode ScaleMode { get; set; }

Property Value

PivotPrintScaleMode

The scale mode.

ShowGridLines

Gets or sets the show grid lines.

Declaration

cs-api-definition
public bool ShowGridLines { get; set; }

Property Value

bool

The show grid lines.

SubTotalCellsFont

Gets or sets the sub total cells font.

Declaration

cs-api-definition
public Font SubTotalCellsFont { get; set; }

Property Value

Font

The sub total cells font.

SubTotalsBackColor

Gets or sets the color of the sub totals back.

Declaration

cs-api-definition
public Color SubTotalsBackColor { get; set; }

Property Value

Color

The color of the sub totals back.

Methods

DrawPage(Rectangle, Graphics, int)

Draws the page.

Declaration

cs-api-definition
public virtual void DrawPage(Rectangle drawArea, Graphics graphics, int pageNumber)

Parameters

drawArea

Rectangle

The draw area.

graphics

Graphics

The graphics.

pageNumber

int

The page number.

GetAggregateDescriptorCell(int)

Gets the aggregate descriptor cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetAggregateDescriptorCell(int index)

Parameters

index

int

The index.

Returns

RadPrintElement

GetColumnDescriptorCell(int)

Gets the column descriptor cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetColumnDescriptorCell(int descriptorIndex)

Parameters

descriptorIndex

int

Index of the descriptor.

Returns

RadPrintElement

GetColumnHeaderCell(int, int)

Gets the column header cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetColumnHeaderCell(int rowIndex, int columnIndex)

Parameters

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

Returns

RadPrintElement

GetDataCell(int, int)

Gets the data cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetDataCell(int rowIndex, int columnIndex)

Parameters

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

Returns

RadPrintElement

GetNumberOfPages(Rectangle)

Gets the number of pages.

Declaration

cs-api-definition
public virtual int GetNumberOfPages(Rectangle drawArea)

Parameters

drawArea

Rectangle

The draw area.

Returns

int

GetPrintElementForCell(int, int)

Gets the print element for cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetPrintElementForCell(int i, int j)

Parameters

i

int

The i.

j

int

The j.

Returns

RadPrintElement

GetRowDescriptorCell(int)

Gets the row descriptor cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetRowDescriptorCell(int descriptorIndex)

Parameters

descriptorIndex

int

Index of the descriptor.

Returns

RadPrintElement

GetRowHeaderCell(int, int)

Gets the row header cell.

Declaration

cs-api-definition
protected virtual RadPrintElement GetRowHeaderCell(int rowIndex, int columnIndex)

Parameters

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

Returns

RadPrintElement

Initialize()

Initializes this instance.

Declaration

cs-api-definition
public virtual void Initialize()

PrintElement(RadPrintElement, Rectangle, Rectangle, Graphics)

Prints the element.

Declaration

cs-api-definition
protected virtual void PrintElement(RadPrintElement element, Rectangle drawArea, Rectangle elementBounds, Graphics graphics)

Parameters

element

RadPrintElement

The element.

drawArea

Rectangle

The draw area.

elementBounds

Rectangle

The element bounds.

graphics

Graphics

The graphics.