Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 22, 2018 15:24
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/0e6340f95c60b8fe8c59b6bcc3847003 to your computer and use it in GitHub Desktop.
Save bjoerntx/0e6340f95c60b8fe8c59b6bcc3847003 to your computer and use it in GitHub Desktop.
MailMerge mailMerge = new MailMerge()
{
TextComponent = textControl1
};
mailMerge.MergeObject(report);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment