PivotOLAPKPIMeasures(TypedBinaryReader) Constructor
In This Article
Initializes a new instance of the PivotOLAPKPIMeasures class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
reader | DevExpress. |
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