FastReport.Net.Demo by Fast Reports Inc.

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

.NET API 15,777,792 bytes

 StyleSheet

Represents a collection of the StyleCollection objects.
public StyleCollection this[int index] { get; set; }

Gets or sets the element at the specified index.

public StyleSheet()

public int Add(StyleCollection value)

Adds an object to the end of this collection.

public void AddRange(StyleCollection[] range)

Adds the specified elements to the end of this collection.

public bool Contains(StyleCollection value)

Determines whether an element is in the collection.

public bool Contains(string value)

Determines whether a style collection with specified name is in the collection.

public void Deserialize(FRReader reader)

Deserializes the collection.

public int IndexOf(StyleCollection value)

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

public int IndexOf(string value)

Returns the zero-based index of the first occurrence of a style collection with specified name.

public void Insert(int index, StyleCollection value)

Inserts an object into this collection at the specified index.

public void Load(Stream stream)

Loads the collection from a stream.

public void Load(string fileName)

Loads the collection from a file with specified name.

public void Remove(StyleCollection value)

Removes the specified object from the collection.

public void Save(Stream stream)

Saves the collection to a stream.

public void Save(string fileName)

Saves the collection to a file with specified name.

public void Serialize(FRWriter writer)

Serializes the collection.

public object[] ToArray()

Gets an array containing all collection items.