ReportSize 结构

Represents a unit of length on the report.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
<TypeConverterAttribute(GetType(ReportSizeConverter))> _
Public Structure ReportSize _
    Implements IComparable, IXmlSerializable, IFormattable
用法
Dim instance As ReportSize
[TypeConverterAttribute(typeof(ReportSizeConverter))]
public struct ReportSize : IComparable, 
    IXmlSerializable, IFormattable
[TypeConverterAttribute(typeof(ReportSizeConverter))]
public value class ReportSize : IComparable, 
    IXmlSerializable, IFormattable
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ReportSizeConverter))>]
type ReportSize =  
    struct
        interface IComparable
        interface IXmlSerializable
        interface IFormattable
    end
JScript 支持使用结构,但不支持声明新结构。

ReportSize 类型公开以下成员。

构造函数

  名称 说明
公共方法 ReportSize(Double) Creates a new instance of the ReportSize class.
公共方法 ReportSize(String) Creates a new instance of the ReportSize class.
公共方法 ReportSize(Double, SizeTypes) Creates a new instance of the ReportSize class.
公共方法 ReportSize(String, IFormatProvider) Creates a new instance of the ReportSize class.
公共方法 ReportSize(String, IFormatProvider, SizeTypes) Creates a new instance of the ReportSize class.

页首

属性

  名称 说明
公共属性静态成员 DefaultType The default unit of the size.
公共属性静态成员 DotsPerInch DPI.
公共属性静态成员 Empty The report size to use for an empty report size.
公共属性 IsEmpty Indicates whether the report size has not been set.
公共属性静态成员 SerializedDecimalDigits The number of decimal places to use for serializing the report size.
公共属性 SerializedValue The serialized report size value.
公共属性 Type The unit of the size.
公共属性 Value The value of the size.

页首

方法

  名称 说明
公共方法 Equals Returns whether two ReportSize objects have the same size. (覆盖 ValueType.Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法静态成员 FromPixels Return a ReportSize by specifying pixels.
公共方法 GetHashCode Gets the unique hash code for a ReportSize. (覆盖 ValueType.GetHashCode()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法静态成员 Parse Returns a ReportSize by parsing a string.
公共方法 SetPixels Sets the number of pixels for the size.
公共方法 ToCentimeters Returns the size in centimeters.
公共方法 ToInches Returns the size in inches.
公共方法 ToIntPixels Returns the size in pixels.
公共方法 ToMillimeters Returns the size in millimeters.
公共方法 ToPixels Returns the size in pixels.
公共方法 ToPoints Returns the size in points.
公共方法 ToString() Returns a string representation of the size. (覆盖 ValueType.ToString()。)
公共方法 ToString(String, IFormatProvider) Returns a string representation of the size.

页首

运算符

  名称 说明
公共运算符静态成员 Addition Add two sizes.
公共运算符静态成员 Equality Test the equality of two sizes.
公共运算符静态成员 GreaterThan Tests if the first size is greater than the second size.
公共运算符静态成员 Inequality Tests the inequality of two sizes.
公共运算符静态成员 LessThan Test whether the first size is less than the second size.
公共运算符静态成员 Subtraction Subtract the second size from the first size.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。