ReportSize Class

 

Updated: February 25, 2016

Represents a unit of length on the report.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ReportSize

public ref class ReportSize sealed 

NameDescription
System_CAPS_pubmethodReportSize(String^)

Creates a new instance of ReportSize.

System_CAPS_pubmethodReportSize(String^, Boolean)

Creates a new instance of ReportSize.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromMillimeters(Double)

Returns a ReportSize object by specifying a size in millimeters.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSumSizes(ReportSize^, ReportSize^)

Returns the sum of two report sizes.

System_CAPS_pubmethodToCentimeters()

Returns the report size in centimeters.

System_CAPS_pubmethodToInches()

Returns the report size in inches.

System_CAPS_pubmethodToMillimeters()

Returns the report size in millimeters.

System_CAPS_pubmethodToPoints()

Returns the report size in points.

System_CAPS_pubmethodToString()

Returns the report size as a string.(Overrides Object::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, Boolean, ReportSize^%)

Attempts to parse a string value into a ReportSize.

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, ReportSize^%)

Attempts to parse a string value into a ReportSize.

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: