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
AssemblyReferencesSection
|
AssemblyReferencesObsolete
Internal use only
Declaration
public AssemblyReferencesSection AssemblyReferencesObsolete { get; }
Property Value
AssemblyReferencesSection
|
Cache
CacheObsolete
DpiAware
Internal use only
Declaration
public DpiAwareSection DpiAware { get; }
Property Value
DpiAwareSection
|
Extensions
ExtensionsObsolete
FontLibrary
Internal use only
Declaration
public FontLibraryElement FontLibrary { get; }
Property Value
FontLibraryElement
|
PrivateFonts
Internal use only
Declaration
public PrivateFontsSection PrivateFonts { get; }
Property Value
PrivateFontsSection
|
Processing
Internal use only
Declaration
public ProcessingSection Processing { get; }
Property Value
ProcessingSection
|
RestReportService
Internal use only
Declaration
public RestReportServiceElement RestReportService { get; }
Property Value
RestReportServiceElement
|
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
CacheSection
|
TypeReferences
Internal use only
Declaration
public TypeReferencesSection TypeReferences { get; }
Property Value
TypeReferencesSection
|
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; }
Property Value
TypeValidationSection
|