ReportSize.GreaterThan(ReportSize, ReportSize) Opérateur

Définition

Teste si la première taille est supérieure à la deuxième taille.

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

Première ReportSize.

right
ReportSize

Deuxième ReportSize.

Retours

True si la première taille est supérieure à la deuxième taille ; 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>

S’applique à