Class Kpi
Represents a KPI within a cube.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Kpi : IDisposable
Constructors
Kpi()
Initializes a new instance of the Kpi class.
Declaration
public Kpi()
Properties
Caption
Gets or sets the caption.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The caption. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
DisplayFolder
Gets or sets the display folder.
Declaration
public string DisplayFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display folder as string. |
GroupName
Gets the measure group name of the KPIs.
Declaration
public string GroupName { get; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name as string. |
ParentCubeSchema
Gets or sets the parent cube schema.
Declaration
public CubeSchema ParentCubeSchema { get; set; }
Property Value
Type | Description |
---|---|
CubeSchema | parent cube schema. |
ParentKpi
Gets or sets the parent KPI.
Declaration
public Kpi ParentKpi { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AnalysisServices.AdomdClient.Kpi | The parent KPI. |
Properties
Gets the properties.
Declaration
public PropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
PropertyCollection | The properties. |
StatusGraphic
Gets or sets the status graphic.
Declaration
public string StatusGraphic { get; set; }
Property Value
Type | Description |
---|---|
System.String | The status graphic as string. |
TrendGraphic
Gets or sets the trend graphic.
Declaration
public string TrendGraphic { get; set; }
Property Value
Type | Description |
---|---|
System.String | The trend graphic as string. |
UniqueName
Gets or sets the unique name.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name as string. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |