We've recently purchased Aspose.Words for Reporting Services and .NET. I'm having rendering issues when exporting a report to word. I'm using the latest version of Aspose.Words for SSRS.
RENDERING ISSUE 1: When displaying a textbox with text lengthy enough to wrap around a textbox, potentially some letters could be chopped off (extends passed boundary that was set in design mode). Also causes an unnecessary page/column break.
RENDERING ISSUE 2: I have a record that has blank data except for its title attribute. This shows unnecessary spacing between that record and the next.
I've attached a project that displays how the report should look. There is a drop-down with two options, one that exports to .pdf via MS reportviewer control code-behind (how the report should look), and that exports to word via Aspose code-behind (having rendering issues). I need these reports to look as similar as possible, and I've spent hours tweaking the controls to try and get there.