Compartilhar via


PageFooter.CreateInstance Método

Definição

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

Parâmetros

layoutEditor
ILayoutEditor
rdlFooter
PageSection
headerHeight
ReportSize
bodyHeight
ReportSize
reportWidth
ReportSize

Retornos

Aplica-se a