Class ReportingConfigurationSection
Represents the "reporting" configuration section / entry in an application configuration file.
Inheritance
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public class ReportingConfigurationSection : ConfigurationSection
Constructors
ReportingConfigurationSection()
Declaration
public ReportingConfigurationSection()
Properties
AppData
AssemblyReferences
Internal use only
Declaration
public AssemblyReferencesSection AssemblyReferences { get; }
Property Value
AssemblyReferencesObsolete
Internal use only
Declaration
public AssemblyReferencesSection AssemblyReferencesObsolete { get; }
Property Value
Cache
CacheObsolete
DpiAware
Internal use only
Declaration
public DpiAwareSection DpiAware { get; }
Property Value
Extensions
ExtensionsObsolete
FontLibrary
Internal use only
Declaration
public FontLibraryElement FontLibrary { get; }
Property Value
PrivateFonts
Internal use only
Declaration
public PrivateFontsSection PrivateFonts { get; }
Property Value
Processing
Internal use only
Declaration
public ProcessingSection Processing { get; }
Property Value
RestReportService
Internal use only
Declaration
public RestReportServiceElement RestReportService { get; }
Property Value
SessionState
Declaration
[Obsolete("Telerik.Reporting.Configuration.SessionState section is now obsolete. Please use Telerik.Reporting.Configuration.Cache section instead.")]
public CacheSection SessionState { get; }
Property Value
TypeReferences
Internal use only
Declaration
public TypeReferencesSection TypeReferences { get; }
Property Value
TypeValidation
Telerik Reporting validates resolved types to guarantee secure execution. Allowed types and assemblies are listed in the AssemblyReferences section and the TypeReferences section of the configuration file.
Declaration
public TypeValidationSection TypeValidation { get; }