Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Test whether the first size is less 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
- left
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The first ReportSize.
- right
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The second ReportSize.
Valor de retorno
Tipo: System.Boolean
True if the first size if less than the second size; otherwise, false.