Class PivotCellPrintElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotCellPrintElement : RadPrintElement
Constructors
PivotCellPrintElement(PivotGroupNode, PivotGroupNode, Object, String, Boolean)
Declaration
public PivotCellPrintElement(PivotGroupNode row, PivotGroupNode column, object value, string formattedValue, bool showGridLines)
Parameters
Pivot
|
Pivot
|
System.
|
System.
|
System.
|
Properties
Column
FormattedValue
Declaration
public string FormattedValue { get; }
Property Value
System.
|
Row
Value
Declaration
public object Value { get; }
Property Value
System.
|