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

In This Topic
    LayoutContext Structure Members
    In This Topic

    The following tables list the members exposed by LayoutContext.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LayoutContext structure with the specified values.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates the maximum size that the report item can occupy in the current operation.  
    Public PropertySpecifies the logical end of the ContentRange object to pick up where a prior layout operation left off.  
    Public PropertySpecifies whether the context is for a horizontal layout run.  
    Public PropertyIndicates whether the current page layout runs horizontally, vertically, neither, or both.  
    Public PropertyGets metrics provider.  
    Public PropertyIndicates the size of the report item. If the element is in a table, tablix or matrix, then it is equal to the cell size.  
    Public PropertySpecifies whether the context is for a vertical layout run.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a new LayoutContext corresponding to the specified LayoutResult.  
    Top
    See Also