UseTempStorage Property (C1XLBook)
In This Topic
Specifies whether the component should use temporary storage at saving to XLSX/XSLT files for minimization used memory.
Syntax
'Declaration
Public Property UseTempStorage As Boolean
public bool UseTempStorage {get; set;}
See Also