ReportBody.CreateInstance(ILayoutEditor, Body, ReportSize, ReportSize) 方法

定義

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);
Public Shared Function CreateInstance (layoutEditor As ILayoutEditor, rdlBody As Body, headerHeight As ReportSize, reportWidth As ReportSize) As ReportBody

參數

layoutEditor
ILayoutEditor
rdlBody
Body
headerHeight
ReportSize
reportWidth
ReportSize

傳回

ReportBody

適用於