PageFooter.CreateInstance 方法

定义

public:
 static Microsoft::ReportDesigner::PageFooter ^ CreateInstance(Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor, Microsoft::ReportingServices::RdlObjectModel::PageSection ^ rdlFooter, Microsoft::ReportingServices::RdlObjectModel::ReportSize headerHeight, Microsoft::ReportingServices::RdlObjectModel::ReportSize bodyHeight, Microsoft::ReportingServices::RdlObjectModel::ReportSize reportWidth);
public static Microsoft.ReportDesigner.PageFooter CreateInstance (Microsoft.ReportDesigner.ILayoutEditor layoutEditor, Microsoft.ReportingServices.RdlObjectModel.PageSection rdlFooter, Microsoft.ReportingServices.RdlObjectModel.ReportSize headerHeight, Microsoft.ReportingServices.RdlObjectModel.ReportSize bodyHeight, Microsoft.ReportingServices.RdlObjectModel.ReportSize reportWidth);
static member CreateInstance : Microsoft.ReportDesigner.ILayoutEditor * Microsoft.ReportingServices.RdlObjectModel.PageSection * Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> Microsoft.ReportDesigner.PageFooter
Public Shared Function CreateInstance (layoutEditor As ILayoutEditor, rdlFooter As PageSection, headerHeight As ReportSize, bodyHeight As ReportSize, reportWidth As ReportSize) As PageFooter

参数

layoutEditor
ILayoutEditor
rdlFooter
PageSection
headerHeight
ReportSize
bodyHeight
ReportSize
reportWidth
ReportSize

返回

适用于