Property Value
A System.Boolean value. Atrue
value means that the pages collection will use a temporary file for the canvas item streams, otherwise, false
.true
value means that the pages collection will use a temporary file for the canvas item streams, otherwise, false
.var sectionDocument = new GrapeCity.ActiveReports.Document.SectionDocument(); sectionDocument.CacheToDisk = true; sectionDocument.CacheToDiskLocation = System.IO.Path.GetTempPath();