I have installed SSRS 2008 and SSRS 2008r2 on my machine.
When I create a new Report Server Project , I also changed the TargetServerVersion to match SQL Server 2008 R2 and made sure that it is pointing to correct report server ( 2008 r2 ).
After doing this when I create a blank report and try to check view code , It has same schema as the rdls created for SSRS 2008
http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition
Is that ok ?
I know that SSRS 2008r2 supports new element called ReportSection so it must have new schema to support it.
How do I know that the rdl created by VS2008 is of SSRS 2008 or SSRS 2008r2 ?