Operatore ReportSize.Subtraction
Subtract the second size from the first size.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Operator - ( _
size1 As ReportSize, _
size2 As ReportSize _
) As ReportSize
'Utilizzo
Dim size1 As ReportSize
Dim size2 As ReportSize
Dim returnValue As ReportSize
returnValue = (size1 - size2)
public static ReportSize operator -(
ReportSize size1,
ReportSize size2
)
public:
static ReportSize operator -(
ReportSize size1,
ReportSize size2
)
static let inline(-)
size1:ReportSize *
size2:ReportSize : ReportSize
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- size1
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The first ReportSize.
- size2
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The second ReportSize.
Valore restituito
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.