ReportSize.LessThan(ReportSize, ReportSize) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifiez si la première taille est inférieure à la seconde.
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
Paramètres
- left
- ReportSize
Le premier ReportSize.
- right
- ReportSize
Le deuxième ReportSize.
Retours
True si la première taille est inférieure à la seconde ; sinon, false.
Remarques
La méthode équivalente pour cet opérateur est <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>