При экспорте отчета в docx в футере страницы PageNumber всегда равно 1.
Код: Выделить всё
Report.Render(false);
Report.ExportDocument(StiExportFormat.Word2007, stream, new StiWord2007ExportSettings
{
UsePageHeadersAndFooters = true,
RemoveEmptySpaceAtBottom = true
});
есть ли какие-нибудь пути решения?