Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 27, 2018 17:49
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/13e047a84d9cac4b8760316a0d4f9b50 to your computer and use it in GitHub Desktop.
Save bjoerntx/13e047a84d9cac4b8760316a0d4f9b50 to your computer and use it in GitHub Desktop.
DataSourceManager dsManager = new DataSourceManager();
dsManager.LoadSingleObject(report);
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog dlg =
new InsertMergeBlockDialog(dsManager, textControl1, dsManager.DataTables["Products"]);
dlg.ShowDialog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment