ActiveReports Developer 7
LayoutContext Structure Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutContext Structure

Glossary Item Box

The following tables list the members exposed by LayoutContext.

Public Constructors

 NameDescription
Public ConstructorLayoutContext ConstructorInitializes a new instance of the LayoutContext structure with the specified values.  
Top

Public Properties

 NameDescription
Public PropertyAvailableSizeIndicates the maximum size that the report item can occupy in the current operation.  
Public PropertyContentRangeSpecifies the logical end of the DataDynamics.Reports.Extensibility.Layout.ContentRange object to pick up where a prior layout operation left off.  
Public PropertyHorizontalLayoutSpecifies whether the context is for a horizontal layout run.  
Public PropertyLayoutDirectionIndicates whether the current page layout runs horizontally, vertically, neither, or both.  
Public PropertyVerticalLayoutSpecifies whether the context is for a vertical layout run.  
Top

Public Methods

 NameDescription
Public MethodAdjustFromResultReturns a new LayoutContext corresponding to the specified LayoutResult.  
Public MethodSetAvailableSizeCreates a copy of the LayoutContext with the specified available size.  
Top

See Also