ReportSize.Subtraction(ReportSize, ReportSize) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subtract the second size from the first size.
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
Parameters
- size1
- ReportSize
The first ReportSize.
- size2
- ReportSize
The second ReportSize.
Returns
A ReportSize object.
Remarks
The equivalent method for this operator is <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Subtract%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>