ReportSize.LessThan(ReportSize, ReportSize) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
첫 번째 크기가 두 번째 크기보다 작은지 검사합니다.
public:
static bool operator <(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator < (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member ( < ) : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator < (left As ReportSize, right As ReportSize) As Boolean
매개 변수
- left
- ReportSize
첫 번째 ReportSize입니다.
- right
- ReportSize
두 번째 ReportSize입니다.
반환
첫 번째 크기가 두 번째 크기보다 작으면 True
이고, 그렇지 않으면 false
입니다.
설명
이 연산자에 대 한 해당 메서드는 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>