Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 26, 2018 21: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/d10074100c263e145a82ce44ed5d3aa7 to your computer and use it in GitHub Desktop.
Save bjoerntx/d10074100c263e145a82ce44ed5d3aa7 to your computer and use it in GitHub Desktop.
DataSourceManager dsManager = new DataSourceManager();
dsManager.LoadSingleObject(report);
TXTextControl.DocumentServer.Windows.Forms.ChartDataRelationDialog dlg =
new ChartDataRelationDialog(textControl1.Charts.GetItem(), dsManager);
dlg.ShowDialog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment