Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class
Properties Methods


In This Topic
    ReportSize Class Members
    In This Topic

    The following tables list the members exposed by ReportSize.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyConverts the current size to its absolute value.  
    Public Propertystatic (Shared in Visual Basic)Represents an empty size.  
    Public PropertyGets a value indicating whether the current size is negative.  
    Public PropertyGets the units of measurement used by the current size.  
    Public PropertyGets the absolute value of the current size (in Units).  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Compares two sizes.  
    Public MethodOverloaded. Converts the current size to specified units.  
    Public MethodCompares the current size with another object. This method performs comparison by value.  
    Public MethodGets the hash code for the current object, based on its value.  
    Public Methodstatic (Shared in Visual Basic)Tests whether a size is null or empty.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to the corresponding ReportSizeType value.  
    Public Methodstatic (Shared in Visual Basic)Converts a ReportSizeType value to a string representation as in the following table:
    • Inch"in"
    • Millimeter"mm"
    • Point"pt"
    • Centemeters"cm"
     
    Public Methodstatic (Shared in Visual Basic)Converts a ReportSizeType value to the corresponding C1.C1Preview.UnitTypeEnum value.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to a ReportSizeType value. The string can be one of the following: "in", "mm", "cm", "pt". This method is case-insensitive.  
    Public MethodConverts the current size to centimeters.  
    Public MethodConverts the current size to "doc" units (1/300 of an inch).  
    Public MethodConverts the current size to inches.  
    Public MethodConverts the current size to millimeters.  
    Public MethodConverts the current size to pixels.  
    Public MethodConverts the current size to points.  
    Public MethodConverts the current object to a string. The returned string can be converted back to the current length object (e.g. it can be used to initialize a ReportSize to the same value).  
    Public MethodConverts the current size to a C1.C1Preview.Unit.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to the corresponding ReportSizeType value. A return value indicates whether the conversion succeeded or failed.  
    Top
    Public Operators
    Adds two sizes.
    Tests whether two ReportSize values are equal.
    Overloaded. Converts a size to its string representation.
    Tests whether two ReportSize values are not equal.
    Subtracts one size from another.
    Top
    See Also