Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 10, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/3a31637f98e451c9a4f5bf9031d15db7 to your computer and use it in GitHub Desktop.
Save bjoerntx/3a31637f98e451c9a4f5bf9031d15db7 to your computer and use it in GitHub Desktop.
MergeBody body = new MergeBody()
{
MergeData = report,
MergeSettings = new MergeSettings()
{
RemoveEmptyLines = true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment