Share via


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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스