다음을 통해 공유


ReportSize.Addition(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.Add%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>

적용 대상