Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Export Page Header using WebDocumentExporter
posted

Is it possible to export page header along with the grid and its header using WebDocumentExporter?

 

 

 

 

 

StateRepository repositorySate = new StateRepository

();

ExportGrid.DataSource = repositorySate.GetStatesWithId((

 

 

List<int>)ViewState["SelectedRowsList"

]);

The Code above just exports the grid and its header but my requirement is to export the Page header.