ReportSize Structure

 

Updated: February 25, 2016

Represents a unit of length on the report.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

[TypeConverterAttribute((ReportSizeConverter^::typeid))]
public value struct ReportSize : IComparable, IXmlSerializable, 
	IFormattable

NameDescription
System_CAPS_pubmethodReportSize(Double)

Creates a new instance of the ReportSize class.

System_CAPS_pubmethodReportSize(Double, SizeTypes)

Creates a new instance of the ReportSize class.

System_CAPS_pubmethodReportSize(String^)

Creates a new instance of the ReportSize class.

System_CAPS_pubmethodReportSize(String^, IFormatProvider^)

Creates a new instance of the ReportSize class.

System_CAPS_pubmethodReportSize(String^, IFormatProvider^, SizeTypes)

Creates a new instance of the ReportSize class.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDefaultType

Gets or sets the default unit of the size.

System_CAPS_pubpropertySystem_CAPS_staticDotsPerInch

Gets the DPI.

System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets the report size to use for an empty report size.

System_CAPS_pubpropertyIsEmpty

Gets a value that indicates whether the report size has not been set.

System_CAPS_pubpropertySystem_CAPS_staticSerializedDecimalDigits

Gets or sets the number of decimal places to use for serializing the report size.

System_CAPS_pubpropertySerializedValue

Gets the serialized report size value.

System_CAPS_pubpropertyType

Gets the unit of the size.

System_CAPS_pubpropertyValue

Gets the value of the size.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns whether two ReportSize objects have the same size.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticFromPixels(Double, SizeTypes)

Returns a ReportSize by specifying pixels.

System_CAPS_pubmethodGetHashCode()

Gets the unique hash code for a ReportSize.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, IFormatProvider^)

Returns a ReportSize by parsing a string.

System_CAPS_pubmethodSetPixels(Double)

Sets the number of pixels for the size.

System_CAPS_pubmethodToCentimeters()

Returns the size in centimeters.

System_CAPS_pubmethodToInches()

Returns the size in inches.

System_CAPS_pubmethodToIntPixels()

Returns the size in pixels.

System_CAPS_pubmethodToMillimeters()

Returns the size in millimeters.

System_CAPS_pubmethodToPixels()

Returns the size in pixels.

System_CAPS_pubmethodToPoints()

Returns the size in points.

System_CAPS_pubmethodToString()

Returns a string representation of the size.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(String^, IFormatProvider^)

Returns a string representation of the size.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(ReportSize, ReportSize)

Add two sizes.

System_CAPS_puboperatorSystem_CAPS_staticEquality(ReportSize, ReportSize)

Test the equality of two sizes.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(ReportSize, ReportSize)

Tests if the first size is greater than the second size.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ReportSize, ReportSize)

Tests the inequality of two sizes.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(ReportSize, ReportSize)

Test whether the first size is less than the second size.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(ReportSize, ReportSize)

Subtract the second size from the first size.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIComparable::CompareTo(Object^)

Compares the object to the specified size.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Returns the xml schema.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Reads the xml documentation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::WriteXml(XmlWriter^)

Writes xml documentation.

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: