Оператор ReportSize.LessThan
Test whether the first size is less than the second size.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Operator < ( _
left As ReportSize, _
right As ReportSize _
) As Boolean
'Применение
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 поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- left
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The first ReportSize.
- right
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The second ReportSize.
Возвращаемое значение
Тип: System.Boolean
True if the first size if less than the second size; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel