问题
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:
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.
来源:https://stackoverflow.com/questions/14600541/custom-templates-for-ssdt