ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class
Properties Methods

In This Topic
    ReportingSettings Class Members
    In This Topic

    The following tables list the members exposed by ReportingSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a custom font resolve for managing fonts used in report rendering.  
    Public PropertyGets or sets a function to locate the data source, which included report parameters, based on the provided arguments.  
    Public PropertyGets or sets a function to preprocess and return a modified hyperlink string.  
    Public PropertyGets or sets the web API endpoint prefix.  
    Public PropertyGets or sets a function used to resolve credentials required by data sources.  
    Public PropertyGets or sets a value indicating whether to compress temporary data before the storing to memory/disk.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of the ReportingSettings class with default configurations.  
    Public MethodSets a delegate that locates a data source based on the provided locate arguments.  
    Public MethodInstructs ActiveReports to store temporary data to a memory.  
    Public MethodInstructs ActiveReports to store temporary files to a disk to reduce memory consumption.  
    Public MethodUses the code-based reports that are stored in the assembly.  
    Public MethodOverloaded. Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.  
    Public MethodUse custom report templates store.  
    Public MethodSpecifies an array of the custom data provider.  
    Public MethodUses the embedded resources for report files and resources.  
    Public MethodUses the built-in file store for report files and resources.  
    Top
    See Also