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 설명서를 씁니다.

적용 대상