From 52ac9561788801f33b44b34e2837fb2bfb644d35 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Tue, 10 Oct 2023 15:56:59 +0200 Subject: [PATCH] =?UTF-8?q?MH:=20Excel=20Druck=20Hilfepl=C3=A4ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Report/DefaultReportCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/DefaultReportCreator.cs b/Report/DefaultReportCreator.cs index 3d85233cf..7188780d5 100644 --- a/Report/DefaultReportCreator.cs +++ b/Report/DefaultReportCreator.cs @@ -1253,7 +1253,7 @@ namespace BeWo.Report string[][] lContent = helper.PrepareContentArrayForSupportConceptExport(oids.ToArray()); DataTable table = new DataTable(); - int columnNumber = 3; + int columnNumber = lHeaderCaption.Count(); for (int i = 0; i < columnNumber; i++) table.Columns.Add(lHeaderCaption[i], typeof(string));