reporting services - Obtaining the SQL Server 2005 Report Builder XSD -
I have been able to obtain the report definition schema for SQL Server 2005, but xmlns: rd = "http : //schemas.microsoft.com/sqlserver/reporting/reportdesigner "
anywhere schema
Is it buried somewhere in the part of 2005? I am asking because I have recently started writing RDL files for SQL reporting services, I want to be able to validate both the schemas and be able to work fully (I am mostly using Eclipse ). Any thoughts on how I can get the XSD Hall?
This is just an XML name space - there is no physical representation in it, in fact the rd
The definition of Nameslot report is part of the content - you must be already in your XSD.
Comments
Post a Comment