ReportSize 类

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

继承层次结构

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

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public NotInheritable Class ReportSize
用法
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize =  class end
public final class ReportSize

ReportSize 类型公开以下成员。

构造函数

  名称 说明
公共方法 ReportSize Initializes a new instance of the ReportSize object with the given size string.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToCentimeters Converts the report size length to centimeters.
公共方法 ToInches Converts the report size length to inches.
公共方法 ToMillimeters Converts the length to millimeters.
公共方法 ToPoints Converts the report size length to points.
公共方法 ToString Converts the size to a string value, as expressed in the report definition. (覆盖 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.

线程安全

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