Класс ReportSize
Represents a unit of length on the report.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: 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(String) | Creates a new instance of ReportSize. | |
ReportSize(String, Boolean) | Creates a new instance of ReportSize. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
FromMillimeters | Returns a ReportSize object by specifying a size in millimeters. | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
SumSizes | Returns the sum of two report sizes. | |
ToCentimeters | Returns the report size in centimeters. | |
ToInches | Returns the report size in inches. | |
ToMillimeters | Returns the report size in millimeters. | |
ToPoints | Returns the report size in points. | |
ToString | Returns the report size as a string. (Переопределяет Object.ToString().) | |
TryParse(String, ReportSize%) | Attempts to parse a string value into a ReportSize. | |
TryParse(String, Boolean, ReportSize%) | Attempts to parse a string value into a ReportSize. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering