AS
Hi everyone,
I'm using the following code to create a list
File.BeginList():
File.Output(outstring.value, ......);
File.EndList();
But I need to create two levels of bulleted list in a report like this:
- is composed of XXX
- is composed of XXX.1
- is composed of XXX.2
- is composed of YYY
- is composed of YYY.1
- is composed of YYY.2
Thanks for your comments / feedback.
Hi Anna,
try this workaround if you have enough enthusiasm http://www.ariscommunity.com/users/billie1989/2017-10-09-wdxlibrary-docx-output
BR, Nikita