ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering 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.

In This Topic
    LayoutManagerAttribute Constructor
    In This Topic
    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