Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Add two sizes.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Operator + ( _
size1 As ReportSize, _
size2 As ReportSize _
) As ReportSize
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- size1
Type : Microsoft.ReportingServices.RdlObjectModel.ReportSize
The first ReportSize.
- size2
Type : Microsoft.ReportingServices.RdlObjectModel.ReportSize
The second ReportSize.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.