Page 1 of 1

how to apply styles at runtime

Posted: Thu Aug 07, 2014 10:43 am
by a.ebbini
Is There anyway to apply style that exists in sts file to report at runtime ?

Re: how to apply styles at runtime

Posted: Thu Aug 07, 2014 1:07 pm
by HighAley
Hello.

You could load style using next code:

Code: Select all

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