PivotCacheDefinition.Kpis Property

OLAP KPIs.Represents the element tag in schema: x:kpis

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Kpis As Kpis
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As Kpis

value = instance.Kpis

instance.Kpis = value
public Kpis Kpis { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Kpis
Returns Kpis.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace