随笔分类 - ASP.NET
摘要:RDLC 导出Word的时候发现,Word的尺寸和页边距有问题,查了MSDN看到这样一段话 Page Sizing When the report is rendered, the Word page height and width are set by the following RDL pro
阅读全文
摘要:报表在编辑状态显示文本显示小方块如图原因:字体格式是英文状态下。解决:选中文本框,选择文本框属性,选择字体,字体改成宋体或微软雅黑。就可以了。
阅读全文
摘要:抛出的异常信息:异常详细信息:System.ArgumentOutOfRangeException: “ddlTotalCostDiscount ”有一个无效 SelectedValue,因为它不在项目列表中。原先给DropDownList这样赋值:this.ddlTotalCostDiscount.SelectedValue = obj.TotalCostDiscount.ToString();改成这样赋值:ddlTotalCostDiscount.SelectedIndex = ddlTotalCostDiscount.Items.IndexOf(ddlTotalCostDiscount.
阅读全文

浙公网安备 33010602011771号