Class SliceFieldDataProvider
Inheritance
System.Object
SliceFieldDataProvider
Assembly: FastReport.Olap.dll
Syntax
public class SliceFieldDataProvider : CustomTreeProvider
Constructors
SliceFieldDataProvider(SliceField, Boolean)
Declaration
public SliceFieldDataProvider(SliceField field, bool showAllValues = false)
Parameters
Type |
Name |
Description |
SliceField |
field |
|
System.Boolean |
showAllValues |
|
Properties
Field
Declaration
public SliceField Field { get; set; }
Property Value
ShowAllValues
Declaration
public bool ShowAllValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
DoAfterCloseUp(Boolean)
Declaration
public override void DoAfterCloseUp(bool cancel)
Parameters
Type |
Name |
Description |
System.Boolean |
cancel |
|
Overrides
Declaration
public override void DoBeforePopup()
Overrides
GetNodeIndex(Object)
Declaration
public int GetNodeIndex(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Returns
Type |
Description |
System.Int32 |
|
GetNodeKind(Object)
Declaration
public override NodeKind GetNodeKind(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Returns
Overrides
GetNodeState(Object)
Declaration
public override CheckState GetNodeState(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Returns
Overrides
GetNodeTag(Object)
Declaration
public int GetNodeTag(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Returns
Type |
Description |
System.Int32 |
|
GetNodeText(Object)
Declaration
public override string GetNodeText(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Returns
Type |
Description |
System.String |
|
Overrides
InverseNodeState()
Declaration
public override void InverseNodeState()
Overrides
IsTreeLike()
Declaration
public override bool IsTreeLike()
Returns
Type |
Description |
System.Boolean |
|
Overrides
SetAllNodeState(CheckState)
Declaration
public override void SetAllNodeState(CheckState State)
Parameters
Overrides
SetNodeState(Object, CheckState)
Declaration
public override void SetNodeState(object node, CheckState state)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
CheckState |
state |
|
Overrides
SetSingleCheck(Object)
Declaration
public override void SetSingleCheck(object node)
Parameters
Type |
Name |
Description |
System.Object |
node |
|
Overrides
UpdateTree()
Declaration