ActiveReports 8
DisplayTransparency Property
See Also 
GrapeCity.ActiveReports.Web.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also