[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutManagerAttribute

LayoutManagerAttribute Class

Specifies the class used to implement layout services for a component.

Inheritance
LayoutManagerAttribute
Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class LayoutManagerAttribute : Attribute

Constructors

Name Description
LayoutManagerAttribute(Type)

Initializes a new instance of the LayoutManagerAttribute class.

Properties

Name Description
LayoutManagerType

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

Extension Methods