Class ExternalStyleSheetCollection
Represents a collection of ExternalStyleSheet objects.
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class ExternalStyleSheetCollection : Collection<ExternalStyleSheet>, IList<ExternalStyleSheet>, ICollection<ExternalStyleSheet>, IList, ICollection, IReadOnlyList<ExternalStyleSheet>, IReadOnlyCollection<ExternalStyleSheet>, IEnumerable<ExternalStyleSheet>, ICollection<string>, IEnumerable<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.
Constructors
ExternalStyleSheetCollection(Report)
Methods
Add(String)
Declaration
[Obsolete("Please use the method Add(ExternalStyleSheet item) instead.")]
public void Add(string item)
Parameters
System.String
item
|
ClearItems()
Declaration
protected override void ClearItems()
Overrides
Contains(String)
Declaration
[Obsolete("Please use the method Contains(ExternalStyleSheet item) instead.")]
public bool Contains(string item)
Parameters
System.String
item
|
Returns
System.Boolean
|
CopyTo(String[], Int32)
Declaration
[Obsolete("Please use the method CopyTo(ExternalStyleSheet[] array, int arrayIndex) instead.")]
public void CopyTo(string[] array, int arrayIndex)
Parameters
System.String[]
array
|
System.Int32
arrayIndex
|
InsertItem(Int32, ExternalStyleSheet)
Declaration
protected override void InsertItem(int index, ExternalStyleSheet ess)
Parameters
System.Int32
index
|
ExternalStyleSheet
ess
|
Overrides
Remove(String)
Declaration
[Obsolete("Please use the method Remove(ExternalStyleSheet item) instead")]
public bool Remove(string item)
Parameters
System.String
item
|
Returns
System.Boolean
|
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
|
Overrides
SetItem(Int32, ExternalStyleSheet)
Declaration
protected override void SetItem(int index, ExternalStyleSheet ess)
Parameters
System.Int32
index
|
ExternalStyleSheet
ess
|