CubeDescriptorDataKpis Property |
Gets the OLAP KPIs.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "kpis")]
public GroupSelectorData Kpis { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "kpis")>
Public ReadOnly Property Kpis As GroupSelectorData
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"kpis")]
property GroupSelectorData^ Kpis {
GroupSelectorData^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "kpis")>]
member Kpis : GroupSelectorData with get
Property Value
Type:
GroupSelectorDataSee Also