Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public int ControlIndex { get; set; }
Visual Basic (Declaration)
Public Property ControlIndex As Integer
Visual C++
public:
property int ControlIndex {
	int get ();
	void set (int value);
}

See Also