Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2096 error when exporting to excel #2097

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

msevestre
Copy link
Member

I not quite sure what this code does but the changes fixes it and I can export to excel :)

@msevestre msevestre requested a review from Yuri05 September 7, 2023 22:26
stringBuilder.Append(pivotCellEventArgs.GetFieldValue(field).ToString());
stringBuilder.Append(FIELD_SEPARATOR);
var fieldValue = pivotCellEventArgs.GetFieldValue(field);
if (fieldValue != null)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was sometimes null and DevExpress would barf

@msevestre msevestre merged commit 92247e8 into develop Sep 7, 2023
@msevestre msevestre deleted the 2096-error-when-exporting-to-excel branch September 7, 2023 22:27
@Yuri05
Copy link
Member

Yuri05 commented Sep 8, 2023

I not quite sure what this code does

same :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants