HierarchyLevelValue Constructor (Guid, Int32, Int32) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic HierarchyLevelValue(
Guid parameterId,
int topLevelDepth,
int detailsLevelDepth
)
Public Sub New (
parameterId As Guid,
topLevelDepth As Integer,
detailsLevelDepth As Integer
)
public:
HierarchyLevelValue(
Guid parameterId,
int topLevelDepth,
int detailsLevelDepth
)
new :
parameterId : Guid *
topLevelDepth : int *
detailsLevelDepth : int -> HierarchyLevelValueParameters
- parameterId
- Type: SystemGuid
The parameter ID. - topLevelDepth
- Type: SystemInt32
The top level depth. - detailsLevelDepth
- Type: SystemInt32
The details level depth.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | topLevelDepth or detailsLevelDepth is out of range. |
See Also