[]
        
(Showing Draft Content)

C1.Report.FontDataCollection

FontDataCollection Class

Collection of the FontHolder objects.

Inheritance
NotifyCollection<FontData>
FontDataCollection
Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class FontDataCollection : NotifyCollection<FontData>, IList<FontData>, ICollection<FontData>, IList, ICollection, IReadOnlyList<FontData>, IReadOnlyCollection<FontData>, IEnumerable<FontData>, IEnumerable, INotifyCollection
Public Class FontDataCollection
    Inherits NotifyCollection(Of FontData)
    Implements IList(Of FontData), ICollection(Of FontData), IList, ICollection, IReadOnlyList(Of FontData), IReadOnlyCollection(Of FontData), IEnumerable(Of FontData), IEnumerable, INotifyCollection

Properties

Name Description
Default

Returns a reference to the default font holder of the report.

Report

Methods

Name Description
ClearItems()
FindFont(Font, bool)

Gets a section from a font data collection by the font.

FindFont(string, bool, bool)

Gets a section from a font data collection by the font name and characteristics.

InsertItem(int, FontData)
RemoveItem(int)
SetItem(int, FontData)

Events

Name Description
PropertyChanged

Occurs when a property value changes.