Hi,
My client is using ASPOSE.WORD for Reporting Services for exporting from the CRM 4.0. I'm having some problems with the outcome of the export, as it's difficult to control the outcome of the export. One of the reason is that there is table in the report with a single row, where the content is plain text which vary in length. Somethimes it's just few paragraph but somethimes it can be a whole page. As Aspose default settings export the table as a whole table as default, the outcome of the export is not satisfying, somethimes there is is a huge empty space on the previous page when the previous mentioned table exceeds certain lenght. I found in your documentation that I could possibly use this syntax in my rsreportserver.config Extension:
<Render>
…
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
<UseFloatingTables>False</UseFloatingTables>
</Configuration>
</Extension>
</Render>
I did add this to the config file but without any change in the table.
So my question really is, does this works on a table with only single row as previously explained and if yes, why is there no change in the export even though I did add the syntax to the rsreportserver.config file?
Regards,
Gosi