how to apply styles at runtime
how to apply styles at runtime
Is There anyway to apply style that exists in sts file to report at runtime ?
Re: how to apply styles at runtime
Hello.
You could load style using next code:
Thank you.
You could load style using next code:
Code: Select all
report.Styles.Load(filePath);