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

In This Topic
    ServiceProvider Property
    In This Topic
    Gets or sets an System.IServiceProvider object used to obtain report services.
    Syntax
    'Declaration
     
    Public Property ServiceProvider As IServiceProvider
    public IServiceProvider ServiceProvider {get; set;}

    Property Value

    A System.IServiceProvider object used to obtain report services.
    See Also