简体   繁体   English

在Stimulsoft中导出CSV文件的格式

[英]Export Formats for CSV File in Stimulsoft

Hi, I'm trying to export a report to CSV format via code, using Stimulsoft Reports .Net v2.3.0, but i'cant find de property to set "Bands Filter: Data and Headers/Footers". 嗨,我正在尝试使用Stimulsoft Reports .Net v2.3.0通过代码将报告导出为CSV格式,但是我想找到设置“ Bands Filter:数据和标题/页脚”的属性。 This property exists at the Report Viewer, but i need know how to set it in code. 此属性存在于报表查看器中,但是我需要知道如何在代码中进行设置。 I attach the the cap of the properties at Report Viewer Thanks :( 我在报表查看器中附加了属性的上限:(

报表查看器中属性的上限

导出选项代码的名称为

StiCsvExportSettings.DataExportMode

Finally I did this: 最后,我做到了:

config.DataExportMode = StiDataExportMode.Data;
config.DataExportMode = StiDataExportMode.DataAndHeadersFooters;
config.DataExportMode = StiDataExportMode.AllBands;

Thanks for the help :D 感谢您的帮助:D

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM