To specify the DOCX file which Content Composer Studio
uses as the template for report generation, complete the following steps.
-
From the
%Composerdir% directory, open
Composer.Studio.exe.config with a text editor that supports
UTF-8.
-
Search for the line that begins as follows.
<add key="reportwordtemplate"
-
Set the
value attribute to the required path and filename.
<add key="reportwordtemplate" value="C:\Templates\Report.docx" />
Note: The default value is "%Composerdir%Report.docx.
-
Save and close the file.