Class PivotClient
Inheritance
System.Object
PivotClient
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotClient : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
PivotClient()
Declaration
Fields
Model
Declaration
public PivotClientProperties Model
Field Value
Properties
CalculatedMembers
Declaration
public List<PivotClientCalculatedMember> CalculatedMembers { get; set; }
Property Value
ChartType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public PivotChartType ChartType { get; set; }
Property Value
ClientExportMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ClientExportMode ClientExportMode { get; set; }
Property Value
ClientSideEvents
Declaration
public PivotClientClientSideEvents ClientSideEvents { get; set; }
Property Value
CollapseCubeBrowserByDefault
Declaration
public bool CollapseCubeBrowserByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CssClass
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomObject
Declaration
public Dictionary<string, object> CustomObject { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSource
Declaration
public PivotDataSource DataSource { get; set; }
Property Value
DisplaySettings
Declaration
public PivotClientDisplayOptions DisplaySettings { get; set; }
Property Value
EnableAdvancedFilter
Declaration
public bool EnableAdvancedFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellClick
Declaration
public bool EnableCellClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellContext
Declaration
public bool EnableCellContext { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellDoubleClick
Declaration
public bool EnableCellDoubleClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellEditing
Declaration
public bool EnableCellEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellSelection
Declaration
public bool EnableCellSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCheckStateOnSearch
Declaration
public bool EnableCheckStateOnSearch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableColumnHeaderHyperlink
Declaration
public bool EnableColumnHeaderHyperlink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCompleteDataExport
Declaration
public bool EnableCompleteDataExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDefaultValue
Declaration
public bool EnableDefaultValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDeferUpdate
Declaration
public bool EnableDeferUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDrillThrough
Declaration
public bool EnableDrillThrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableKPI
Declaration
public bool EnableKPI { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableLocalStorage
Declaration
public bool EnableLocalStorage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMeasureGroups
Declaration
public bool EnableMeasureGroups { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMemberEditorPaging
Declaration
public bool EnableMemberEditorPaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMemberEditorSorting
Declaration
public bool EnableMemberEditorSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePaging
Declaration
public bool EnablePaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePivotTreeMap
Declaration
public bool EnablePivotTreeMap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableRowHeaderHyperlink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRTL
Declaration
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSplitter
Declaration
public bool EnableSplitter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSummaryCellHyperlink
Declaration
public bool EnableSummaryCellHyperlink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableToolBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableValueCellHyperlink
Declaration
public bool EnableValueCellHyperlink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableVirtualScrolling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableXHRCredentials
Declaration
public bool EnableXHRCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GridLayout
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public PivotGridLayout GridLayout { get; set; }
Property Value
IsResponsive
Declaration
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxNodeLimitInMemberEditor
Declaration
public int MaxNodeLimitInMemberEditor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MemberEditorPageSize
Declaration
public int MemberEditorPageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServiceMethodSettings
Declaration
public PivotClientServiceMethods ServiceMethodSettings { get; set; }
Property Value
ShowReportCollection
Declaration
public bool ShowReportCollection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowUniqueNameOnPivotButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Declaration
public PivotClientSize Size { get; set; }
Property Value
SortCubeMeasures
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public SortOrder SortCubeMeasures { get; set; }
Property Value
SubTotalSettings
Declaration
public List<SubTotalSettings> SubTotalSettings { get; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PivotClientToolbarIconSettings ToolbarIconSettings { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueSortSettings
Declaration
public PivotClientValueSortSettings ValueSortSettings { get; set; }
Property Value
Methods
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type |
Name |
Description |
System.Object |
state |
|
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
Type |
Name |
Description |
System.String |
EventName |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
SaveViewState()
Declaration
protected override object SaveViewState()
Returns
Type |
Description |
System.Object |
|
UpdateServerModel(Dictionary<String, Object>)
Declaration
public override void UpdateServerModel(Dictionary<string, object> ClientModel)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
ClientModel |
|
Overrides
Events
CellClick
Declaration
public event PivotClient.PivotClientEventHandler CellClick
Event Type
CellContext
Declaration
public event PivotClient.PivotClientEventHandler CellContext
Event Type
CellDoubleClick
Declaration
public event PivotClient.PivotClientEventHandler CellDoubleClick
Event Type
CellEdit
Declaration
public event PivotClient.PivotClientEventHandler CellEdit
Event Type
CellSelection
Declaration
public event PivotClient.PivotClientEventHandler CellSelection
Event Type
ChartDrillSuccess
Declaration
public event PivotClient.PivotClientEventHandler ChartDrillSuccess
Event Type
ColumnHeaderHyperlinkClick
Declaration
public event PivotClient.PivotClientEventHandler ColumnHeaderHyperlinkClick
Event Type
DrillThrough
Declaration
public event PivotClient.PivotClientEventHandler DrillThrough
Event Type
GridDrillSuccess
Declaration
public event PivotClient.PivotClientEventHandler GridDrillSuccess
Event Type
PointRegionClick
Declaration
public event PivotClient.PivotClientEventHandler PointRegionClick
Event Type
Declaration
public event PivotClient.PivotClientEventHandler RowHeaderHyperlinkClick
Event Type
ServerExporting
Declaration
public event PivotClient.PivotClientEventHandler ServerExporting
Event Type
SummaryCellHyperlinkClick
Declaration
public event PivotClient.PivotClientEventHandler SummaryCellHyperlinkClick
Event Type
TreeMapDrillSuccess
Declaration
public event PivotClient.PivotClientEventHandler TreeMapDrillSuccess
Event Type
ValueCellHyperlinkClick
Declaration
public event PivotClient.PivotClientEventHandler ValueCellHyperlinkClick
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService