ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AvailableBlockFlowWidth Property

In This Topic
    AvailableBlockFlowWidth Property
    In This Topic
    An amount of available horizontal space in the block flow in the currently generating page area, value specified in the ResolvedUnit units. Returns -1 if document in not generating state.
    Syntax
    'Declaration
     
    Public ReadOnly Property AvailableBlockFlowWidth As System.Double
    public System.double AvailableBlockFlowWidth {get;}
    See Also