Skip to main content

PivotOLAPKPIMeasures(TypedBinaryReader) Constructor

Initializes a new instance of the PivotOLAPKPIMeasures class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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