Indicates the type of the drill through record.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public enum DrillThroughRecordType
Visual Basic (Usage)
Dim instance As DrillThroughRecordType

Members

Member nameDescription
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.

See Also