Compartilhar via


Operador ReportSize.GreaterThan

Tests if the first size is greater than the second size.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Shared Operator > ( _
    left As ReportSize, _
    right As ReportSize _
) As Boolean
'Uso
Dim left As ReportSize 
Dim right As ReportSize 
Dim returnValue As Boolean 

returnValue = (left > right)
public static bool operator >(
    ReportSize left,
    ReportSize right
)
public:
static bool operator >(
    ReportSize left, 
    ReportSize right
)
static let inline(>)
        left:ReportSize * 
        right:ReportSize  : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if the first size is greater than the second size; otherwise, false.

Consulte também

Referência

ReportSize Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel