ActiveReports Developer 7
DisplayTransparency Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : DisplayTransparency Property

Glossary Item Box

Gets or sets a value indicating whether to render transparent objects in a way that is suitable for printing.

Syntax

Visual Basic (Declaration) 
Public Property DisplayTransparency As System.Boolean
C# 
public System.bool DisplayTransparency {get; set;}

Property Value

A Boolean value. False by default.

Remarks

Setting this value to True causes image quality degradation and a notable memory footprint.

See Also