Share via


ReportSize Members

Represents a unit of length on the report. The class contains methods to convert the length into several formats. This class cannot be inherited.

The following tables list the members exposed by the ReportSize type.

Public Constructors

  Name Description
ReportSize Initializes a new instance of the ReportSize object with the given size string.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms162586.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162586.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms162586.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms162586.pubmethod(en-US,SQL.90).gifms162586.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162586.pubmethod(en-US,SQL.90).gif ToCentimeters Converts the report size length to centimeters.
ms162586.pubmethod(en-US,SQL.90).gif ToInches Converts the report size length to inches.
ms162586.pubmethod(en-US,SQL.90).gif ToMillimeters Converts the length to millimeters.
ms162586.pubmethod(en-US,SQL.90).gif ToPoints Converts the report size length to points.
ms162586.pubmethod(en-US,SQL.90).gif ToString Overridden. Converts the size to a string value, as expressed in the report definition.

Top

Protected Methods

  Name Description
ms162586.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms162586.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ReportSize Class
Microsoft.ReportingServices.ReportRendering Namespace