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;}
See Also