Initializes a new instance of the PivotTableWizardForm class.

Namespace:  PerpetuumSoft.Reporting.Wizards.PivotTableWizard
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public PivotTableWizardForm(
	PivotTableWizard pivotTableWizard,
	IReportDesignerService rds
)
Visual Basic (Declaration)
Public Sub New ( _
	pivotTableWizard As PivotTableWizard, _
	rds As IReportDesignerService _
)
Visual C++
public:
PivotTableWizardForm(
	PivotTableWizard^ pivotTableWizard, 
	IReportDesignerService^ rds
)

See Also