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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。