Projekte werden jetzt angezeigt
This commit is contained in:
@@ -3,6 +3,7 @@ using Syncfusion.DocIO.DLS;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -56,6 +57,7 @@ namespace BerichtGen
|
||||
fieldvalues[counter] = hashtable.Value.ToString();
|
||||
}
|
||||
counter++;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +68,7 @@ namespace BerichtGen
|
||||
//string[] fieldValues = new string[] { "test.png" };
|
||||
wordDocument.MailMerge.Execute(fieldnames, fieldvalues);
|
||||
wordDocument.Save("test.docx", Syncfusion.DocIO.FormatType.Docx);
|
||||
wordDocument.Close();
|
||||
//wordDocument.Close();
|
||||
//wordDocument.MailMerge.ExecuteGroup()
|
||||
}
|
||||
private readonly double _cmPixel = 0.393700787;
|
||||
|
||||
Reference in New Issue
Block a user