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

Syntax

C#
public override DialogResult ShowDialog(
	Form owner,
	IReportDesignerService rds
)
Visual Basic (Declaration)
Public Overrides Function ShowDialog ( _
	owner As Form, _
	rds As IReportDesignerService _
) As DialogResult
Visual C++
public:
virtual DialogResult ShowDialog(
	Form^ owner, 
	IReportDesignerService^ rds
) override

See Also