Visual Studio 2008 为图形主题和字体创建自定义模板
我们公司需要报告管理器报告的特定自定义颜色,包括文本框和所有图表/图形。我们是否可以创建一个自定义图形模板,以便每次创建新图形时,我们都使用带有自定义字体的模板作为基础?
Our company is requiring specific custom colors for report manager reports including, text boxes and all charts / graphs. Can we create a custom graph template so each time we create a new graph, we use the template with our custom fonts as our base to start from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,如果每个新报告上都没有默认图表,那么很难做到这一点,这是在项目模板中自定义的。
新报告的模板存储在 Microsoft Visual Studio XX -> 下的“Program Files”目录中的 ZIP 文件中。常见*XX* -> IDE->项目模板 -> Visual Basic/CSharp->报告->例如 1033。MSDN 上的这篇文章可能是一个好的开始: http://msdn.microsoft.com/en-us/library/6db0hwky%28v=VS.90%29.aspx
或者,您可以提供一个模板您的开发人员在开发新报告时会进行剪切和粘贴。
我认为您仍然需要创建一个“样式指南”,因为我不相信当开发人员添加新的文本框或图形时有办法自定义工具箱。
Hmmm, hard to do without having a default graph on every new report, that's customised in the item template.
The templates for new reports are stored ZIP files in the "Program Files" directory, under Microsoft Visual Studio XX -> Common*XX* -> IDE -> ItemTemplates -> Visual Basic/CSharp -> Reporting -> e.g. 1033. A good start might be this article on MSDN: http://msdn.microsoft.com/en-us/library/6db0hwky%28v=VS.90%29.aspx
Alternatively you could provide a template to your developers that they would cut-and-paste from when developing new reports.
I think you'll still need to create a "style guide" as I don't believe there's a way to customise the toolbox when developers add a new textbox or graph.