New to Telerik ReportingStart a free 30-day trial

Represents a collection of ExternalStyleSheet objects.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.ExternalStyleSheetCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class ExternalStyleSheetCollection : Collection<ExternalStyleSheet>

Inheritance: objectCollection<ExternalStyleSheet>ExternalStyleSheetCollection

Constructors

Internal use only

C#
public ExternalStyleSheetCollection(Report report)
Parameters:reportReport

Methods

Internal use only

C#
[Obsolete("Please use the method Add(ExternalStyleSheet item) instead.")]
public void Add(string item)
Parameters:itemstring

Internal use only

C#
protected override void ClearItems()

Overrides: Collection<ExternalStyleSheet>.ClearItems()

Internal use only

C#
[Obsolete("Please use the method Contains(ExternalStyleSheet item) instead.")]
public bool Contains(string item)
Parameters:itemstringReturns:

bool

Internal use only

C#
[Obsolete("Please use the method CopyTo(ExternalStyleSheet[] array, int arrayIndex) instead.")]
public void CopyTo(string[] array, int arrayIndex)
Parameters:arraystring[]arrayIndexint

Internal use only

C#
protected override void InsertItem(int index, ExternalStyleSheet ess)
Parameters:indexintessExternalStyleSheet

Overrides: Collection<ExternalStyleSheet>.InsertItem(int, ExternalStyleSheet)

Internal use only

C#
[Obsolete("Please use the method Remove(ExternalStyleSheet item) instead")]
public bool Remove(string item)
Parameters:itemstringReturns:

bool

Internal use only

C#
protected override void RemoveItem(int index)
Parameters:indexint

Overrides: Collection<ExternalStyleSheet>.RemoveItem(int)

Internal use only

C#
protected override void SetItem(int index, ExternalStyleSheet ess)
Parameters:indexintessExternalStyleSheet

Overrides: Collection<ExternalStyleSheet>.SetItem(int, ExternalStyleSheet)