ضبط المعلمات

Contents
[ ]

لتكوين Aspose.Pdf لخدمات التقارير، تحتاج إلى تحرير ملف C:\Program Files\Microsoft SQL Server<Instance>\Reporting Services\ReportServer\rsreportserver.config. هذا ملف XML وتكوين المرسِّل موجود داخل <Extension> العنصر المقابل لمعالج Aspose.PDF.

مثال

<Render>

<Extension Name="APPDF" Type="Aspose.Pdf.ReportingServices.Renderer,Aspose.Pdf.ReportingServices">
<!--Insert configuration elements for exporting to PDF here. The following is an example
For PageOrientation -->
    <Configuration>
    <IsLandscape>True</IsLandscape>
    </Configuration>
</Extension>
</Render>