Initializes a new instance of the
OlapKpi class.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OlapKpi(
IOlapCube parentCube,
string uniqueName,
string statusGraphicName,
string trendGraphicName
)
Public Sub New (
parentCube As IOlapCube,
uniqueName As String,
statusGraphicName As String,
trendGraphicName As String
)
public:
OlapKpi(
IOlapCube^ parentCube,
String^ uniqueName,
String^ statusGraphicName,
String^ trendGraphicName
)
new :
parentCube : IOlapCube *
uniqueName : string *
statusGraphicName : string *
trendGraphicName : string -> OlapKpiParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name. - statusGraphicName
- Type: SystemString
Name of the status graphic. - trendGraphicName
- Type: SystemString
Name of the trend graphic.
Exceptions
See Also