ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutInfo Structure / Report Property

In This Topic
    Report Property (LayoutInfo)
    In This Topic
    Specifies Report instance for which layout tree will be generated.
    Syntax
    'Declaration
     
    Public Property Report As IReport
    public IReport Report {get; set;}
    See Also