ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerConfiguration Class / UseConfig Method

In This Topic
    UseConfig Method (ReportViewerConfiguration)
    In This Topic
    Use custom config file path (`Assembly.GetEntryAssembly().Location` is default).
    Overload List
    OverloadDescription
    Use custom config file path (`Assembly.GetEntryAssembly().Location` is default).  
    Use custom config provider. Important for fonts file - so customer can generate config based on https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostenvironment.contentrootpath?view=net-8.0&viewFallbackFrom=dotnet-plat-ext-6.0
    and https://learn.microsoft.com/en-us/dotnet/api/system.web.httpserverutility.mappath?view=netframework-4.8.  
    See Also