ReportSize.Subtraction(ReportSize, ReportSize) 运算符

定义

从第一个大小中减去第二个大小。

public:
 static Microsoft::ReportingServices::RdlObjectModel::ReportSize operator -(Microsoft::ReportingServices::RdlObjectModel::ReportSize size1, Microsoft::ReportingServices::RdlObjectModel::ReportSize size2);
public static Microsoft.ReportingServices.RdlObjectModel.ReportSize operator - (Microsoft.ReportingServices.RdlObjectModel.ReportSize size1, Microsoft.ReportingServices.RdlObjectModel.ReportSize size2);
static member ( - ) : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Shared Operator - (size1 As ReportSize, size2 As ReportSize) As ReportSize

参数

size1
ReportSize

第一个 ReportSize

size2
ReportSize

第二个 ReportSize

返回

ReportSize 对象。

注解

此运算符的等效方法为 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Subtract%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>

适用于