Page margin size
Contents
[
Hide
]
Reporting Services report designer does not support setting page margins size. Aspose.Pdf for Reporting Services provides four parameters to set the corresponding page margin size, they are:
Example
<Render>
…
<Extension Name="APPDF" Type=" Aspose.Pdf.ReportingServices.Renderer,Aspose.Pdf.ReportingServices ">
<Configuration>
<PageMarginLeft>50</PageMarginLeft>
<PageMarginRight>50</PageMarginRight>
<PageMarginTop>50</PageMarginTop>
<PageMarginBottom>50</PageMarginBottom>
</Configuration>
</Extension>
</Render>