ReportItem Constructors
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
ReportItem(ReportElement, ILayoutEditor)
public:
ReportItem(Microsoft::ReportingServices::RdlObjectModel::ReportElement ^ rdlReportElement, Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor);
public ReportItem(Microsoft.ReportingServices.RdlObjectModel.ReportElement rdlReportElement, Microsoft.ReportDesigner.ILayoutEditor layoutEditor);
new Microsoft.ReportDesigner.ReportItem : Microsoft.ReportingServices.RdlObjectModel.ReportElement * Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.ReportItem
Public Sub New (rdlReportElement As ReportElement, layoutEditor As ILayoutEditor)
Parameters
- rdlReportElement
- ReportElement
- layoutEditor
- ILayoutEditor
Applies to
ReportItem(ReportElement, ILayoutEditor, SizeTypes)
protected:
ReportItem(Microsoft::ReportingServices::RdlObjectModel::ReportElement ^ rdlReportElement, Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor, Microsoft::ReportingServices::RdlObjectModel::SizeTypes preferredSizeType);
protected ReportItem(Microsoft.ReportingServices.RdlObjectModel.ReportElement rdlReportElement, Microsoft.ReportDesigner.ILayoutEditor layoutEditor, Microsoft.ReportingServices.RdlObjectModel.SizeTypes preferredSizeType);
new Microsoft.ReportDesigner.ReportItem : Microsoft.ReportingServices.RdlObjectModel.ReportElement * Microsoft.ReportDesigner.ILayoutEditor * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportDesigner.ReportItem
Protected Sub New (rdlReportElement As ReportElement, layoutEditor As ILayoutEditor, preferredSizeType As SizeTypes)
Parameters
- rdlReportElement
- ReportElement
- layoutEditor
- ILayoutEditor
- preferredSizeType
- SizeTypes