Class SliceFieldsDataProvider
Inheritance
System.Object
SliceFieldsDataProvider
Assembly: FastReport.Olap.dll
Syntax
public class SliceFieldsDataProvider : CustomTreeProvider
Constructors
SliceFieldsDataProvider(Slice)
Declaration
public SliceFieldsDataProvider(Slice slice)
Parameters
| Type |
Name |
Description |
| Slice |
slice |
|
Properties
AllowDrag
Declaration
public override bool AllowDrag { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
GetDragItem(Object)
Declaration
public override object GetDragItem(object Node)
Parameters
| Type |
Name |
Description |
| System.Object |
Node |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
GetNodeText(Object)
Declaration
public override string GetNodeText(object Node)
Parameters
| Type |
Name |
Description |
| System.Object |
Node |
|
Returns
| Type |
Description |
| System.String |
|
Overrides