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

Syntax

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

See Also