다음을 통해 공유


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);
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

매개 변수

layoutEditor
ILayoutEditor
rdlBody
Body
headerHeight
ReportSize
reportWidth
ReportSize

반환

적용 대상