ReportSize Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.ReportRendering::ReportSize

public ref class ReportSize sealed 

NameDescription
System_CAPS_pubmethodReportSize(String^)

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToCentimeters()

Converts the report size length to centimeters.

System_CAPS_pubmethodToInches()

Converts the report size length to inches.

System_CAPS_pubmethodToMillimeters()

Converts the length to millimeters.

System_CAPS_pubmethodToPoints()

Converts the report size length to points.

System_CAPS_pubmethodToString()

Converts the size to a string value, as expressed in the report definition.(Overrides Object::ToString().)

If a report item is within a container that grows, IsFullSize evaluates to true and the item should be stretched to fill the container.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: