Dim newPivotComputationInfo As New PivotComputationInfo With {.BaseField = "Item", .FieldName = "Item", .SummaryType = SummaryType.Count, .CalculationName = "Count", .Format = "# ##0"}
PivotGridControl1.PivotCalculations.Add(newPivotComputationInfo )
when I try to add the PivotComputationInfoI have an exception with the following message: unreferenced opbject or something like that.
Please, any advice.
Hi Patrick,
Thank you for using Syncfusion products.
Exception you have mentioned is not reproduced at our side.
Do you add repeatedly in pivotcalculations or Please provide us as sample with exception occurring for reference.
Regards,
Amal Raj U