ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutResult Structure
Properties Methods

In This Topic
    LayoutResult Structure Members
    In This Topic

    The following tables list the members exposed by LayoutResult.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates the actual size that layout area, produced by layout manager, will occupy.  
    Public PropertySpecifies that this layout was complete.  
    Public PropertySpecifies the content that will need to be laid out.  
    Public PropertySpecifies that layout operation indicated that next run should be in horizontal direction.  
    Public PropertySpecifies that layout operation indicated that next run should be in vertical direction.  
    Public PropertySpecifies that layout encountered a hard page break.  
    Public PropertySpecifies that layout operation generated some content.  
    Public PropertySpecifies that content flow should continue on next vertical page to keep content together.  
    Public PropertySpecifies that layout operation didn't produce any content at all and no other status was supplied.  
    Public PropertyReturns the ILayoutArea.  
    Public PropertySpecifies the outcome of layout operation.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Indicates a complete layout operation.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates layout operation without any content laid out.  
    Public MethodSets the layout status.  
    Public MethodReturns a new result with the specified range.  
    Top
    See Also