Share via


PageHeader.CreateInstance(ILayoutEditor, PageSection, ReportSize) Method

Definition

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

Parameters

layoutEditor
ILayoutEditor
rdlHeader
PageSection
reportWidth
ReportSize

Returns

Applies to