ActiveReports Developer 7
ITargetDevice Interface
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also