Click or drag to resize

StiReportApplyStyleCollection Method (String, ListStiComponent)

Applies styles associated with the specified style collection to all components in the report.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ApplyStyleCollection(
	string collectionName,
	List<StiComponent> comps
)

Parameters

collectionName
Type: SystemString

[Missing <param name="collectionName"/> documentation for "M:Stimulsoft.Report.StiReport.ApplyStyleCollection(System.String,System.Collections.Generic.List{Stimulsoft.Report.Components.StiComponent})"]

comps
Type: System.Collections.GenericListStiComponent

[Missing <param name="comps"/> documentation for "M:Stimulsoft.Report.StiReport.ApplyStyleCollection(System.String,System.Collections.Generic.List{Stimulsoft.Report.Components.StiComponent})"]

See Also