Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 27, 2018 16:53
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/fc3d3df38346066d22c9e7849b643f6c to your computer and use it in GitHub Desktop.
Save bjoerntx/fc3d3df38346066d22c9e7849b643f6c to your computer and use it in GitHub Desktop.
DataSourceManager dsManager = new DataSourceManager();
dsManager.LoadSingleObject(report);
TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog dlg =
new DataSourceExtractionDialog(dsManager);
dlg.ShowDialog();
var fileName = dlg.FileName;
var maxRows = dlg.MaxRows;
var selectedTable = dlg.SelectedTable;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment