3
votes

What is the correct folder name to store a custom Item Template for a SQL Server Data Tools Database Project?

eg. What sub-folder should it live in under C:\Users\accountname\Documents\Visual Studio 11\Templates\ItemTemplates

The SSDT-provided templates seem to be located under C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\SQLDB\Extensions\SqlServer

(For VS2010, substitute '10' for '11' in the paths above)

1
Did you get this resolved?jonypony3
No, I don't think I didDavid Gardiner

1 Answers

-2
votes

You save the Template RDL in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\ProjectItems\ReportProject . Then it will be available in 'Add > New report' window.