ActiveReports Developer 7
ServiceProvider Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility Namespace > ResourceLocator Class : ServiceProvider Property

Glossary Item Box

Gets or sets System.IServiceProvider instance used to obtain Report services.

Syntax

Visual Basic (Declaration) 
Public Property ServiceProvider As System.IServiceProvider
C# 
public System.IServiceProvider ServiceProvider {get; set;}

See Also