HTML Export Images Folder

Contents
[ ]

To specify the path, add the following lines to the element corresponding to the HTML renderer:

<Render>
...
<Extension Name="AWHTML" Type="Aspose.Words.ReportingServices.HtmlRenderer,Aspose.Words.ReportingServices">
<Configuration>
    <HtmlExportImagesFolder Path="C:\MyFolder" />
</Configuration>
</Extension>
</Render>

Tip: Consider exporting reports to MHTML instead of HTML. MHTML is a single file (Web archive) that contains HTML and all images inside it.