[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IStaticContentRange

IStaticContentRange Interface

Represents a content range implementation for StaticContentLayoutManager.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IStaticContentRange : IContentRange

Properties

Name Description
CompleteItemHorizontally

Gets a value indicating whether a complete item fits into this range horizontally.

CompleteItemVertically

Gets a value indicating whether a complete item fits into this range vertically.

EndHorzRange

Gets the right coordinate of the viewport.

EndVertRange

Gets the bottom coordinate of the viewport.

ItemHeight

Gets the complete item height.

ItemWidth

Gets the complete item width.

StartHorzRange

Gets the left coordinate of the viewport.

StartVertRange

Gets the top coordinate of the viewport.

Extension Methods