on 2016 Jul 15 2:34 PM
When i export 85000 lines from sqlserver to excel....crystal creates two worksheet , but my client want all data at just one
there's any configuration to do this ??
string directory = server.MapPath("~/Temp") + "/" + idUser;
string directoryArq = server.MapPath("~/Relatorios/") + rel;
ReportDocument cryRpt;
cryRpt = new ReportDocument();
cryRpt.Load(directoryArq);
IDataReader rs = new DLLPadrao.Factory().GetDataReader("select xxxxxx");
cryRpt.SetDataSource(rs);
cryRpt.ExportToHttpResponse(CrystalDecisions.Shared.ExportFormatType.ExcelWorkbook, response2, true, "relatorio");
Request clarification before answering.
Hi Valmir,
are you using BPC MS version? If not please close the thread and repoen it in the right forum otherwise please explain your BPC and Excel version.
Regards
Roberto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.