Configuración de parámetros

Contents
[ ]

Para configurar Aspose.Pdf for Reporting Services, necesita editar el archivo C:\Program Files\Microsoft SQL Server\\Reporting Services\ReportServer\rsreportserver.config. Este es un archivo XML y la configuración del renderizador está dentro del <Extension> elemento correspondiente al renderizador Aspose.PDF.

Ejemplo

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