Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotFieldValueItem.SaveToStream(TypedBinaryWriter, ValueSetSerializer[]) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public override void SaveToStream(
    TypedBinaryWriter writer,
    ValueSetSerializer[] serializers
)

Parameters

Name Type
writer DevExpress.Data.IO.TypedBinaryWriter
serializers DevExpress.PivotGrid.DataCalculation.ValueSetSerializer[]
See Also