[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.PageInfoResult

PageInfoResult Struct

Encapsulates results returned by page information service

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct PageInfoResult

Constructors

Name Description
PageInfoResult(object, PageInfoStatus, bool)

Initializes result with supplied value and PageInfoStatus.

Fields

Name Description
Invalid

The invalid page info result constant.

Properties

Name Description
HasValue

Specifies if Value property was assigned

Status

Specifies the status of this result.

Value

Specifies a value of result returned by page information service

ValueIsValid

Specifies that value in this result is valid and completely evaluated

Extension Methods