ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Offsets Structure / Offsets Constructor / Offsets Constructor(String)
A string representing the Unit value assigned to all four offsets.

In This Topic
    Offsets Constructor(String)
    In This Topic
    Initializes a new instance of the Offsets structure, assigning a single value to all four offset properties.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal all As System.String _
    )
    public Offsets( 
       System.string all
    )

    Parameters

    all
    A string representing the Unit value assigned to all four offsets.
    Remarks
    Only absolute Unit values (such as "1mm" or "8in") are allowed.
    See Also