Collection of DrillThroughDetail objects used in a DrillThroughRecord.

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

Syntax

C#
public interface DrillThroughDetails : IArray<DrillThroughDetail>, 
	IEnumerable<DrillThroughDetail>, IEnumerable
Visual Basic (Usage)
Dim instance As DrillThroughDetails

See Also