ReportSize.LessThan(ReportSize, ReportSize) Betreiber

Definition

Überprüft, ob die erste Größe geringer ist als die zweite Größe.

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

Parameter

left
ReportSize

Die erste ReportSize.

right
ReportSize

Das zweite ReportSize.

Gibt zurück

True, wenn die erste Größe geringer ist als die zweite Größe, andernfalls false.

Hinweise

Die entsprechende Methode für diesen Operator ist <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>

Gilt für: