ILayoutEditor.AddNewReportItemToReport Method
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.
Overloads
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
Parameters
- reportItem
- ReportItem
Returns
Applies to
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
Parameters
- reportItem
- ReportItem
- virtualPoint
- PointF
- parent
- IParent
Returns
Applies to
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
Parameters
- reportItem
- ReportItem
- virtualPoint
- PointF
- parent
- IParent