Indicates the type of the drill through record.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum DrillThroughRecordType |
| Visual Basic (Usage) |
|---|
Dim instance As DrillThroughRecordType |
Members
| Member name | Description | |
|---|---|---|
| OriginalPoint | The proCube data point selected for drill through.
| |
| HierarchyPoint | Drill through record is a hierarchy point in the cube.
| |
| RollupPoint | Drill through record is a roll up point in the relational source.
| |
| DetailPoint | Drill through record is a detail point in the relational source.
| |
| EndPoint | Drill through record is the end point of the drill through.
|