Why are the center tags not proper html?
I'm try to do the 2nd example you posted there.
I have a report made and I would like the whole thing centered on the page.
This is an example of the code that I can see.
code: <?xml version="1.0" encoding="utf-8"?>
<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
<AutoRefresh>0</AutoRefresh>
<DataSources>
<DataSource Name="KilnData">
<DataSourceReference>KilnData</DataSourceReference>
<rd:SecurityType>None</rd:SecurityType>
<rd:DataSourceID>0915e801-0c00-4013-a86a-3762972008de</rd:DataSourceID>
</DataSource> |