ActiveReports 8
ITargetDevice Interface
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ITargetDevice Interface

Glossary Item Box

Interface to encapsulate target device properties and features, including, but not limited: - avail. fonts; - font/color mapping; - conversion of logical units to physical (dpi); - etc.

Syntax

Visual Basic (Declaration) 
Public Interface ITargetDevice 
C# 
public interface ITargetDevice 

Remarks

This interface is relevant to the layout engine as well as to the renderers.

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