次の方法で共有


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

戻り値

適用対象