UseCompression Property (ReportingSettings)
In This Topic
Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk.
Syntax
'Declaration
Public Property UseCompression As Boolean
public bool UseCompression {get; set;}
Property Value
A
System.Boolean value.
true
if the data should be compressed; otherwise,
false
.
See Also