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에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스