ActiveReports Developer 7
LayoutManagerAttribute Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also