Collection of the RequestPoint objects returned from a DrillThrough call.

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

Syntax

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

See Also