Gets or sets PivotTableWizard

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

Syntax

C#
public PivotTableWizard Wizard { get; set; }
Visual Basic (Declaration)
Public Property Wizard As PivotTableWizard
Visual C++
public:
property PivotTableWizard^ Wizard {
	PivotTableWizard^ get ();
	void set (PivotTableWizard^ value);
}

See Also