Condividi tramite


Operatore ReportSize.LessThan

Test whether the first size is less than the second size.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Operator < ( _
    left As ReportSize, _
    right As ReportSize _
) As Boolean
'Utilizzo
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 supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

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

Vedere anche

Riferimento

ReportSize Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel