PivotOLAPKPIMeasures(TypedBinaryReader) Constructor
Initializes a new instance of the PivotOLAPKPIMeasures class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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