다음을 통해 공유


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>

적용 대상