This propertys exists in the Report Viewer, but i cant't find this property in code
I've been created this object:
StiCsvExportSettings config = new StiCsvExportSettings();
Thanks
Code: Select all
StiCsvExportSettings.DataExportModeCode: Select all
report.Render();
StiCsvExportSettings config = new StiCsvExportSettings();
config.DataExportMode = StiDataExportMode.DataAndHeadersFooters;
report.ExportDocument(StiExportFormat.Csv, filename, config);