HierarchyLevelValue Constructor (Guid, Int32, Int32)

Initializes a new instance of the HierarchyLevelValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public HierarchyLevelValue(
	Guid parameterId,
	int topLevelDepth,
	int detailsLevelDepth
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
topLevelDepth
Type: SystemInt32
The top level depth.
detailsLevelDepth
Type: SystemInt32
The details level depth.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiontopLevelDepth or detailsLevelDepth is out of range.
See Also