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
PivotGroupNode
row
|
PivotGroupNode
column
|
System.Object
value
|
System.String
formattedValue
|
System.Boolean
showGridLines
|
Properties
Column
FormattedValue
Declaration
public string FormattedValue { get; }
Property Value
System.String
|
Row
Value
Declaration
public object Value { get; }
Property Value
System.Object
|