ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceLocator Class / ServiceProvider Property

In This Topic
    ServiceProvider Property (ResourceLocator)
    In This Topic
    Gets or sets System.IServiceProvider instance used to obtain Report services.
    Syntax
    'Declaration
     
    Public Property ServiceProvider As IServiceProvider
    public IServiceProvider ServiceProvider {get; set;}
    See Also