1 つ目のサイズが 2 つ目のサイズより小さいかどうかをテストします。
名前空間: 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
1 つ目の ReportSize。
- right
型: Microsoft.ReportingServices.RdlObjectModel.ReportSize
2 つ目の ReportSize。
戻り値
型: System.Boolean
最初のサイズが 2 つ目のサイズより小さい場合は true、それ以外の場合は false。