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