FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 3063|回复: 3
打印 上一主题 下一主题

水晶报表嵌入contentpanel出错

[复制链接]
跳转到指定楼层
楼主
发表于 2013-4-27 09:48:57 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

请问各位大侠,我的水晶报表嵌入contentpanel不展开,缩在一起,如何解决,谢了。
<form id="form1" runat="server">
<x:pagemanager ID="ageManager1" AutoSizePanelID="RegionPanel1" runat="server"></x:pagemanager>
    <x:regionpanel ID="RegionPanel1" ShowBorder="false" runat="server">
        <Regions>
            <x:Region ID="Region1" Margins="0 0 0 0" ShowBorder="false" Height="60px" ShowHeader="false"
                Position="Top" Layout="Fit" runat="server">
                <Items>
                    <x:contentpanel ID="ContentPanel1" ShowBorder="false" BodyPadding="3px"
                        ShowHeader="True" AutoScroll="false"
                        CssClass="intro" runat="server" Title="查询条件" EnableBackgroundColor="True">
               <table class="sampleTable" width="100%" align="center">
                <tr>
                 <td width="40" nowrap="nowrap">
                                    <xabel ID="Label3" runat="server" CssClass="inline" ShowLabel="false"
                                        Text="时间:">
                                    </xabel>
                                </td>
                                <td width="150" nowrap="nowrap">
                                    <xatePicker ID="DatePicker1" runat="server"  ShowLabel="false"
                                        DateFormatString="yyyy-MM-dd" EnableDateSelect="True"
                                        MinDate="2012-01-01" Required="True" Readonly="False"
                                        EmptyText="2013-01-01" BoxConfigPosition="Left" BoxMargin="0 0 0 0"  width="150">
                                    </xatePicker>
                                </td>
                                <td width="30" nowrap="nowrap">
                                    <x:NumberBox ID="NumberBox1" runat="server" MaxValue="23" MinValue="-1"
                                        NoDecimal="true" NoNegative="True" Required="True" ShowLabel="False"  width="30" />
                                </td>
                                <td width="30" nowrap="nowrap">
                                    <xabel ID="Label2" runat="server" CssClass="inline" ShowLabel="false"
                                        Text="小时"  />
                                </td>
                                <td width="30" nowrap="nowrap">
                                    <x:NumberBox ID="NumberBox2" runat="server" MaxValue="59" MinValue="-1"
                                        NoDecimal="true" Required="True"  ShowLabel="False"  width="30"/>
                                </td>
                                <td width="30" nowrap="nowrap">
                                    <xabel ID="Label4" runat="server" CssClass="inline" ShowLabel="false"
                                        Text="分钟" />
                                </td>
                                <td width="10">
                                </td>
                                <td width="20" nowrap="nowrap">
                                    <xabel ID="Label1" runat="server" CssClass="inline" ShowLabel="false"
                                        Text="查询" />
                                </td>
                                <td width="30" nowrap="nowrap">
                                    <x:NumberBox ID="NumberBox3" runat="server" MaxValue="120" MinValue="0"
                                        NoDecimal="true" Required="True"  ShowLabel="False"  width="30" Text="2" />
                                </td>
                              <td width="50" nowrap="nowrap">
                                    <xabel ID="Label5" runat="server" CssClass="inline" ShowLabel="false"
                                        Text="小时数据" />
                                </td>
                                <td>
                                </td>
                                <td width="80" nowrap="nowrap">
                                      <x:Button ID="btnQuery" Text=" 查 询 " IconUrl="~/icon/application_form_magnify.png" ToolTip="提交查询" runat="server"
                                     EnableAjax="false" DisableControlBeforePostBack="false"></x:Button>
                                </td>
                                <td width="20">
                                </td>
                            </tr>
                        </table>
                    </x:contentpanel>
                </Items>
            </x:Region>
            <x:region ID="mainRegion" ShowHeader="false" Layout="Fit" Margins="0 0 0 0" Position="Center" ShowBorder="false"
                runat="server">
                <Items>
                    <x:contentpanel ID="ContentPanel8" ShowBorder="false" BodyPadding="3px"
                        ShowHeader="True" AutoScroll="true"
                        CssClass="intro" runat="server" Title="报表">
               <table class="sampleTable" width="100%" align="center">
                <tr>
                 <td class="tdchart">
                                <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
                                    <Report FileName="CR1.rpt">
                                    </Report>
                                </CR:CrystalReportSource>
                                <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
                                    AutoDataBind="true" EnableDatabaseLogonPrompt="False" HasCrystalLogo="False"
                                    HasDrilldownTabs="False" HasDrillUpButton="False"
                                    HasToggleGroupTreeButton="False" HasToggleParameterPanelButton="False"
                                    ReportSourceID="CrystalReportSource1" ToolPanelView="None" />
                                </td>
                            </tr>
                        </table>
                    </x:contentpanel>
                </Items>
            </x:region>
        </Regions>
    </x:regionpanel>
    </form>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
沙发
 楼主| 发表于 2013-4-28 12:12:39 | 只看该作者
急急急急急急
板凳
发表于 2013-4-28 12:45:49 | 只看该作者
是不是要设置CrystalReportViewer 的宽度阿?
地板
发表于 2015-8-30 19:37:35 | 只看该作者
sanshi 发表于 2013-4-28 12:45
是不是要设置CrystalReportViewer 的宽度阿?

大侠,这个bug解决了吗?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-11-2 13:25 , Processed in 0.046240 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表