Поделиться через


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>

Применяется к