ILayoutEditor.AddNewReportItemToReport Méthode
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.
Surcharges
| AddNewReportItemToReport(ReportItem) | |
| AddNewReportItemToReport(ReportItem, PointF, IParent) | |
| AddNewReportItemToReport(ReportItem, PointF, IParent, Nullable<Int32>) |
AddNewReportItemToReport(ReportItem)
public:
bool AddNewReportItemToReport(Microsoft::ReportDesigner::ReportItem ^ reportItem);
public bool AddNewReportItemToReport (Microsoft.ReportDesigner.ReportItem reportItem);
abstract member AddNewReportItemToReport : Microsoft.ReportDesigner.ReportItem -> bool
Public Function AddNewReportItemToReport (reportItem As ReportItem) As Boolean
Paramètres
- reportItem
- ReportItem
Retours
S’applique à
AddNewReportItemToReport(ReportItem, PointF, IParent)
public:
bool AddNewReportItemToReport(Microsoft::ReportDesigner::ReportItem ^ reportItem, System::Drawing::PointF virtualPoint, Microsoft::ReportDesigner::IParent ^ parent);
public bool AddNewReportItemToReport (Microsoft.ReportDesigner.ReportItem reportItem, System.Drawing.PointF virtualPoint, Microsoft.ReportDesigner.IParent parent);
abstract member AddNewReportItemToReport : Microsoft.ReportDesigner.ReportItem * System.Drawing.PointF * Microsoft.ReportDesigner.IParent -> bool
Public Function AddNewReportItemToReport (reportItem As ReportItem, virtualPoint As PointF, parent As IParent) As Boolean
Paramètres
- reportItem
- ReportItem
- virtualPoint
- PointF
- parent
- IParent
Retours
S’applique à
AddNewReportItemToReport(ReportItem, PointF, IParent, Nullable<Int32>)
public:
bool AddNewReportItemToReport(Microsoft::ReportDesigner::ReportItem ^ reportItem, System::Drawing::PointF virtualPoint, Microsoft::ReportDesigner::IParent ^ parent, Nullable<int> suggestedZIndex);
public bool AddNewReportItemToReport (Microsoft.ReportDesigner.ReportItem reportItem, System.Drawing.PointF virtualPoint, Microsoft.ReportDesigner.IParent parent, int? suggestedZIndex);
abstract member AddNewReportItemToReport : Microsoft.ReportDesigner.ReportItem * System.Drawing.PointF * Microsoft.ReportDesigner.IParent * Nullable<int> -> bool
Public Function AddNewReportItemToReport (reportItem As ReportItem, virtualPoint As PointF, parent As IParent, suggestedZIndex As Nullable(Of Integer)) As Boolean
Paramètres
- reportItem
- ReportItem
- virtualPoint
- PointF
- parent
- IParent