Gets or sets the amount of time before closing balloon control.

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

Syntax

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

Field Value

The close interval.

See Also