ActiveReports 12
LayoutManagerAttribute Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutManagerAttribute Class : LayoutManagerAttribute Constructor
The System.Type that provides rendering services for the component to which the attribute is bound.
nitializes a new instance of the LayoutManagerAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal layoutManagerType As Type _
)
public LayoutManagerAttribute( 
   Type layoutManagerType
)

Parameters

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

Reference

LayoutManagerAttribute Class
LayoutManagerAttribute Members