FineUI 官方论坛

标题: 水晶报表嵌入contentpanel出错 [打印本页]

作者: alalee    时间: 2013-4-27 09:48
标题: 水晶报表嵌入contentpanel出错
[attach]2239[/attach]
请问各位大侠,我的水晶报表嵌入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>

作者: alalee    时间: 2013-4-28 12:12
急急急急急急
作者: sanshi    时间: 2013-4-28 12:45
是不是要设置CrystalReportViewer 的宽度阿?
作者: 树先生    时间: 2015-8-30 19:37
sanshi 发表于 2013-4-28 12:45
是不是要设置CrystalReportViewer 的宽度阿?

大侠,这个bug解决了吗?




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4