ReportSize.Subtraction(ReportSize, ReportSize) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
첫 번째 크기에서 두 번째 크기를 뺍니다.
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>