Is there a CSS file that controls the style of the document coming out of the WebDocumentExporter? If so where and what is it, I need to tweak the format of the document
Hello,
The CSS file that controls style of exported document is coming out of the grid style which is being exported. By default EnableStylesExport property is set to true for WebDocumentExporter as shown below:
this.WebDocumentExporter1.EnableStylesExport = true;
Refer to the link below that will give more details on WebDocumentExporter Class Members:
<http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Infragistics4.Web.v11.2~Infragistics.Web.UI.GridControls.WebDocumentExporter_members.html>
I hope this helps.
I am just following up to see if you have any further questions with this matter.
Feel free to update me if any further assistance needed.