FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.2.5" />

.NET API 15,777,792 bytes

 ConditionCollection

Represents a collection of highlight conditions used in the Highlight property of the TextObject.
public HighlightCondition this[int index] { get; set; }

Gets or sets the element at the specified index.

public int Add(HighlightCondition value)

Adds an object to the end of this collection.

public void AddRange(HighlightCondition[] range)

Adds the specified elements to the end of this collection.

public void Assign(ConditionCollection collection)

Copies conditions from another collection.

public bool Contains(HighlightCondition value)

Determines whether an element is in the collection.

public void Deserialize(FRReader reader)

public int IndexOf(HighlightCondition value)

Returns the zero-based index of the first occurrence of an object.

public void Insert(int index, HighlightCondition value)

Inserts an object into this collection at the specified index.

public void Remove(HighlightCondition value)

Removes the specified object from the collection.

public void Serialize(FRWriter writer)