ReportSize.Addition(ReportSize, ReportSize) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajouter deux tailles.
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
Paramètres
- size1
- ReportSize
Première ReportSize.
- size2
- ReportSize
Deuxième ReportSize.
Retours
Objet ReportSize.
Remarques
La méthode équivalente pour cet opérateur est <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Add%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>