Compartir a través de


ReportSize.GreaterThan(ReportSize, ReportSize) Operador

Definición

Comprueba si el primer tamaño es mayor que el segundo.

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

Parámetros

left
ReportSize

Primer objeto ReportSize.

right
ReportSize

Segundo objeto ReportSize.

Devoluciones

True si el primer tamaño es mayor que el segundo; en caso contrario, false.

Comentarios

El método equivalente para este operador es <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>

Se aplica a