Skip to main content
A newer version of this page is available. .

PivotOLAPKPIMeasures(TypedBinaryReader) Constructor

Initializes a new instance of the PivotOLAPKPIMeasures class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotOLAPKPIMeasures(
    TypedBinaryReader reader
)

Parameters

Name Type Description
reader DevExpress.Data.IO.TypedBinaryReader

A binary stream reader used to load the object’s data from a binary stream.

Remarks

Instances of the PivotOLAPKPIMeasures class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also