ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure
Fields Properties Methods

In This Topic
    Length Structure Members
    In This Topic

    The following tables list the members exposed by Length.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An empty Length with no value.  
    Public Fieldstatic (Shared in Visual Basic)A Length value representing zero inches.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Length is undefined.  
    Public PropertyGets a value indicating whether the Length is valid.  
    Public PropertyGets a value indicating whether the length is valid and equals zero.  
    Public PropertyGets an original unit type that was specified for this Length.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds two Length values and returns the result in the unit of the first length.  
    Public MethodOverloaded. Compares the current Length instance to a specified object and returns an indication of their relative values.  
    Public Methodstatic (Shared in Visual Basic)Divides one Length value by another.  
    Public Methodstatic (Shared in Visual Basic)Divides a Length value using a specified value.  
    Public MethodOverloaded. Determines whether the specified object is equal to the current Length.  
    Public Methodstatic (Shared in Visual Basic)Creates a new Length from a specified value in twips.  
    Public MethodServes as a hash function for the Length.  
    Public Methodstatic (Shared in Visual Basic)Multiplies a specified Length value using a scale factor.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one Length value from another and returns the result in the unit of the first length.  
    Public MethodConverts the Length value to centimeters (1cm = 567twips).  
    Public MethodConverts the Length value to inches (1in = 1440twips).  
    Public MethodConverts the Length value to millimeters (1mm = 56.7twips).  
    Public MethodConverts the Length value to picas (1pc = 240twips).  
    Public MethodConverts the existing Length twips to points (1pt = 20twips)  
    Public MethodOverloaded. Converts the value of this instance to its equivalent string representation.  
    Public MethodConverts the Length value to twips.  
    Public Methodstatic (Shared in Visual Basic)Attempts to parse a string as a Length value.  
    Public Methodstatic (Shared in Visual Basic)Converts a value in twips to a string representation in the specified unit.  
    Top
    Public Operators
    Adds two Length values and returns the result in the unit of the first length.
    Determines if two Length value values are equal.
    Converts a Length instance to its string representation.
    Determines if the first Length value is greater than the second.
    Determines if the first Length value is greater than or equal to the second.
    Converts a string to a Length instance.
    Determines if two Length values are not equal.
    Determines if the first Length value is less than the second.
    Determines if the first Length value is less than or equal to the second.
    Subtracts one Length value from another and returns the result in the unit of the first length.
    Inverts a specified Length value.
    Top
    See Also