FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PdfExporter Class / ServerSide Property

In This Topic
    ServerSide Property (PdfExporter)
    In This Topic
    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 Boolean
    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.
    See Also