ReportSize 结构

定义

表示报表上长度的单位。

public value class ReportSize : IComparable, IFormattable, System::Xml::Serialization::IXmlSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportSizeConverter))]
public struct ReportSize : IComparable, IFormattable, System.Xml.Serialization.IXmlSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportSizeConverter))>]
type ReportSize = struct
    interface IXmlSerializable
    interface IFormattable
Public Structure ReportSize
Implements IComparable, IFormattable, IXmlSerializable
继承
ReportSize
属性
实现

构造函数

ReportSize(Double)

创建 ReportSize 类的新实例。

ReportSize(Double, SizeTypes)

创建 ReportSize 类的新实例。

ReportSize(String)

创建 ReportSize 类的新实例。

ReportSize(String, IFormatProvider)

创建 ReportSize 类的新实例。

ReportSize(String, IFormatProvider, SizeTypes)

创建 ReportSize 类的新实例。

属性

DefaultType

获取或设置大小的默认单位。

DotsPerInch

获取 DPI。

Empty

获取要用于空报表大小的报表大小。

IsEmpty

获取一个值,该值指示是否尚未设置报表大小。

SerializedDecimalDigits

获取或设置要用于对报表大小进行序列化的小数位数。

SerializedValue

获取序列化的报表大小值。

Type

获取大小的单位。

Value

获取大小的值。

方法

Equals(Object)

返回两个 ReportSize 对象是否具有相同大小。

FromPixels(Double, SizeTypes)

通过指定像素返回 ReportSize

GetHashCode()

获取 ReportSize 的唯一哈希代码。

Parse(String, IFormatProvider)

通过分析字符串返回 ReportSize

SetPixels(Double)

设置该大小的像素数目。

ToCentimeters()

以厘米为单位返回大小。

ToInches()

以英寸为单位返回大小。

ToIntPixels()

以像素为单位返回大小。

ToMillimeters()

以毫米为单位返回大小。

ToPixels()

以像素为单位返回大小。

ToPoints()

以磅为单位返回大小。

ToString()

返回大小的字符串表示形式。

ToString(String, IFormatProvider)

返回大小的字符串表示形式。

运算符

Addition(ReportSize, ReportSize)

添加两个大小。

Equality(ReportSize, ReportSize)

测试两个大小是否相等。

GreaterThan(ReportSize, ReportSize)

测试第一个大小是否大于第二个大小。

Inequality(ReportSize, ReportSize)

测试两个大小是否不相等。

LessThan(ReportSize, ReportSize)

测试第一个大小是否小于第二个大小。

Subtraction(ReportSize, ReportSize)

从第一个大小中减去第二个大小。

显式接口实现

IComparable.CompareTo(Object)

将对象与指定的大小进行比较。

IXmlSerializable.GetSchema()

返回 xml 架构。

IXmlSerializable.ReadXml(XmlReader)

读取 xml 文档。

IXmlSerializable.WriteXml(XmlWriter)

写入 xml 文档。

适用于