Hi,
Please help me with following issue:
I have an ASP.NET project and it contains a lot of reports (.rpt, CrystalReports).
All worked fine untill I updated my CrystalReports to version 13. (were VS2008, .NET 3.5, now VS2010, .NET 4.0, CR13.0 )
All my reports have lost css-styles.
The styles were set according to this msdn link and worked fine:
http://msdn.microsoft.com/en-us/library/aa288418%28v=vs.71%29.aspx
I've investigated this problem and found out the reason:
for now the report itself is rendered inside its inner IFrame and obviously all css-styles specified for parent page are not applied.
But could you tell me is css-styling supposed to work in CR 13?
Or at least whom I should address this question to?