Class FontLocationsSection
Internal use only
Inherited Members
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class FontLocationsSection : ConfigurationElementCollection<FontLocationElement>, ICollection<FontLocationElement>, IEnumerable<FontLocationElement>, IEnumerable
Constructors
FontLocationsSection()
Declaration
public FontLocationsSection()
Methods
CreateNewElementOverride()
Declaration
protected override FontLocationElement CreateNewElementOverride()
Returns
FontLocationElement
|
Overrides
Telerik.Reporting.Configuration.ConfigurationElementCollection<Telerik.Reporting.Configuration.FontLocationElement>.CreateNewElementOverride()
GetElementKeyOverride(FontLocationElement)
Declaration
protected override object GetElementKeyOverride(FontLocationElement element)
Parameters
FontLocationElement
element
|
Returns
System.Object
|
Overrides
Telerik.Reporting.Configuration.ConfigurationElementCollection<Telerik.Reporting.Configuration.FontLocationElement>.GetElementKeyOverride(Telerik.Reporting.Configuration.FontLocationElement)
Remove(String)
Declaration
public void Remove(string name)
Parameters
System.String
name
|