ActiveReports 8
LayoutManagerAttribute Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutManagerAttribute Class : LayoutManagerAttribute Constructor

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

Glossary Item Box

Initializes a new instance of the LayoutManagerAttribute class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layoutManagerType As System.Type _
)
C# 
public LayoutManagerAttribute( 
   System.Type layoutManagerType
)

Parameters

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

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