PivotOLAPKPIMeasures(TypedBinaryReader) Constructor
Initializes a new instance of the PivotOLAPKPIMeasures class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
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