ActiveReports Developer 7
LayoutManagerType Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutManagerAttribute Class : LayoutManagerType Property

Glossary Item Box

Returns the System.Type that provides rendering services for the component to which the attribute is bound.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LayoutManagerType As System.Type
C# 
public System.Type LayoutManagerType {get;}

See Also