Définir les paramètres

Contents
[ ]

Pour configurer Aspose.Pdf pour Reporting Services, vous devez modifier le fichier C:\Program Files\Microsoft SQL Server<Instance>\Reporting Services\ReportServer\rsreportserver.config. Il s’agit d’un fichier XML et la configuration du rendu se trouve à l’intérieur du <Extension> élément correspondant au rendu Aspose.PDF.

Exemple

<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>