ReportSize.GreaterThan(ReportSize, ReportSize) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试第一个大小是否大于第二个大小。
public:
static bool operator >(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator > (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member ( > ) : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator > (left As ReportSize, right As ReportSize) As Boolean
参数
- left
- ReportSize
第一个 ReportSize。
- right
- ReportSize
第二个 ReportSize。
返回
如果第一个大小大于第二个大小,则为 True
;否则为 false
。
注解
此运算符的等效方法为 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>