Reporting

Represents a collection of ExternalStyleSheet objects.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class ExternalStyleSheetCollection : Collection<ExternalStyleSheet>, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Visual Basic
Public Class ExternalStyleSheetCollection _
	Inherits Collection(Of ExternalStyleSheet) _
	Implements ICollection(Of String), IEnumerable(Of String),  _
	IEnumerable

Remarks

Each time an ExternalStyleSheet object is inserted, deleted or set in this collection, the Report that owns the collection is refreshed by re-applying or internal and external style sheets.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ExternalStyleSheet>)>)>
    Telerik.Reporting.Drawing..::..ExternalStyleSheetCollection

Version Information

Supported in: 1.0.1

See Also