Структура 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. |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
IComparable. . :: . .CompareTo | |
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)