Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 16, 2018 14:23
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/d27ae1411cc71ea87757cd8dd389cf24 to your computer and use it in GitHub Desktop.
Save bjoerntx/d27ae1411cc71ea87757cd8dd389cf24 to your computer and use it in GitHub Desktop.
using (MailMerge mailMerge = new MailMerge())
{
mailMerge.TextComponent = textControl1;
mailMerge.FieldMerged += mailMerge_FieldMerged;
mailMerge.MergeObjects(reports);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment