ReportBody.CreateInstance(ILayoutEditor, Body, ReportSize, ReportSize) 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.
public:
static Microsoft::ReportDesigner::ReportBody ^ CreateInstance(Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor, Microsoft::ReportingServices::RdlObjectModel::Body ^ rdlBody, Microsoft::ReportingServices::RdlObjectModel::ReportSize headerHeight, Microsoft::ReportingServices::RdlObjectModel::ReportSize reportWidth);
public static Microsoft.ReportDesigner.ReportBody CreateInstance (Microsoft.ReportDesigner.ILayoutEditor layoutEditor, Microsoft.ReportingServices.RdlObjectModel.Body rdlBody, Microsoft.ReportingServices.RdlObjectModel.ReportSize headerHeight, Microsoft.ReportingServices.RdlObjectModel.ReportSize reportWidth);
static member CreateInstance : Microsoft.ReportDesigner.ILayoutEditor * Microsoft.ReportingServices.RdlObjectModel.Body * Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> Microsoft.ReportDesigner.ReportBody
Public Shared Function CreateInstance (layoutEditor As ILayoutEditor, rdlBody As Body, headerHeight As ReportSize, reportWidth As ReportSize) As ReportBody
Parameters
- layoutEditor
- ILayoutEditor
- rdlBody
- Body
- headerHeight
- ReportSize
- reportWidth
- ReportSize