Is there any way by which I can use the existing CSS for applying styles to the telerik report.
I can create report with some format and export the settings as xml and then reuse it. But I want to know how to reuse an existing CSS for this case.
Thanks.
Saranya
1 Answer, 1 is accepted
0
Accepted
Hrisi
Telerik team
answered on 19 Aug 2009, 03:34 PM
Hello Saranya,
Styles in our Reporting tool are CSS-like. This means that they cascade in the report hierarchy in a similar way. But the DOM in HTML is very different than the reporting object model and thus CSS is not applicable in our product.
Nevertheless consider using the HtmlTextBox report item which can rely on plain CSS to style the text in it.