Click or drag to resize

StiReportCacheAllData Property

Gets or sets value, which indicates whether it is necessary to cache all data of the report in one DataSet or not.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiBoolConverter))]
public bool CacheAllData { get; set; }

Property Value

Type: Boolean
See Also