ComponentOne FlexReport for WinForms
ServerSide Property (PdfExporter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > PdfExporter Class : ServerSide Property
Gets or sets a value indicating whether the export is executed on the server side. The default value is true.
Syntax
'Declaration
 
Public Property ServerSide As System.Boolean
public System.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.
See Also

Reference

PdfExporter Class
PdfExporter Members