共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。