我已经在MVC网格扩展中实现了导出功能,并且它正常工作。现在我需要以横向模式导出为PDF格式。我试过了
GridViewExtension.WritePdfToResponse(ExportContractorViewSettings(), objreportentity, PdfExportOptions ????);
方法,但我不知道如何使用PdfExportOptions属性导出pdf作为横向模式。
我的代码如下所示,
GridViewExtension.WritePdfToResponse(ExportContractorViewSettings(), objreportentity, PdfExportOptions ??????);