how to apply styles at runtime

Stimulsoft Reports.NET discussion
Post Reply
a.ebbini
Posts: 101
Joined: Thu Jun 05, 2014 8:10 am
Location: Jordan

how to apply styles at runtime

Post by a.ebbini »

Is There anyway to apply style that exists in sts file to report at runtime ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: how to apply styles at runtime

Post by HighAley »

Hello.

You could load style using next code:

Code: Select all

report.Styles.Load(filePath);
Thank you.
Post Reply