[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.Ssrs.PdfExporter.ServerSide

ServerSide Property

ServerSide

Gets or sets a value indicating whether the export is executed on the server side. The default value is true.

Declaration
public bool ServerSide { get; set; }
Remarks

If this property is false, then the PDF file will be generated locally using C1Pdf. This mode provides more features which are supported by C1Pdf, including PDF/A, security settings etc. But, this mode is slower, and it does not support outlines.