ActiveReports Developer 7
GetLifetimeService Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CheckBox Class : GetLifetimeService Method

Glossary Item Box

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

Syntax

Visual Basic (Declaration) 
Public Function GetLifetimeService() As System.Object
C# 
public System.object GetLifetimeService()

Return Value

An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime policy for this instance.

See Also