Visual Studio 报表设计器仅显示 HTML

发布于 2024-09-24 00:00:12 字数 491 浏览 0 评论 0 原文

我在 Visual Studio 2008 中构建了一个报告。有一个问题 它(尝试查看报告时发生错误),从那时起, 报告设计器仅显示 HTML,

<html>
    <head>
        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
        <title></title>
        <style>
        .ErrorStyle { 
            font-family: tahoma; 
            font-size: 11 pt; 
            text-align: left
        }. etc. etc.

我可以在调试模式下查看报告,但这并不能真正帮助我。

如何重新获得通常的设计视图?这是刚刚坏掉的吗?有没有人有过 这还有吗?

I built a report in Visual Studio 2008. There was a problem with
it (an error occurred while trying to view the report) and since then, the
report designer shows just HTML,

<html>
    <head>
        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
        <title></title>
        <style>
        .ErrorStyle { 
            font-family: tahoma; 
            font-size: 11 pt; 
            text-align: left
        }. etc. etc.

I can view the report in debug mode, but this doesn´t really help me.

How do I get the usual design view going again? Is this just broken? Has anyone had
this yet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

离鸿 2024-10-01 00:00:12

检查这一行。我的说是集成的,我得到了相同的结果。

<rd:SecurityType>Windows</rd:SecurityType>

Check this line. Mine said Integrated, and I was getting the same results.

<rd:SecurityType>Windows</rd:SecurityType>
红ご颜醉 2024-10-01 00:00:12

您可以采取有时有效的解决方法,但不是最终的解决方案:

右键单击表单文件> >查看代码,然后在代码面板中,右键单击>视图设计器。

如果您这样做,有时可以正常工作并正确显示表单。

另外,有时缺少/无效的引用会导致问题,在这种情况下,只需编译项目,并确保所有引用都有效。

You can do a workaround which works sometimes, but not a final solution:

Right click on the form file > View code, Then in the code panel, Right click > View Designer.

If you do this way it could sometimes work and show the form correctly.

Also, sometimes there is a missing/invalid reference causing the problem, in this case simply compile the project, and make sure that all references are valid.

七堇年 2024-10-01 00:00:12

设计者似乎遇到了一些问题,缺少显示某些数据所需的插件。

Seems the designer had some problems with a missing plug-in that was needed to display some data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文