高分求!那位大侠有ActiveReports for .net(Version 3.0.0.1893)中文版注册码?

xiaohei 2004-11-22 01:16:03
如题:怎么才能让设计器中没有(Unlicensed ActiveReports Designer.Requires ProEdition).
找了一个注册机,去掉了打印预览中的红字,但是预览的红线没去掉。郁闷!...

Mail:liut_2000@163.com
...全文
480 22 打赏 收藏 转发到动态 举报
写回复
用AI写文章
22 条回复
切换为时间正序
请发表友善的回复…
发表回复
zyg9108 2005-08-27
  • 打赏
  • 举报
回复
ri ni ge 巨难的问题,我替你郁闷
洪十二 2005-06-30
  • 打赏
  • 举报
回复
up
rightnow1980 2005-05-08
  • 打赏
  • 举报
回复
转发一下别人的回复给你,是页面宽度超长了,设置一下边距就行,自己调试

#region 页面设置............页面,页边距,打印方向

//页面大小设置,单位是英尺
this.PageSettings.PaperHeight = 11.69f;
this.PageSettings.PaperWidth = 8.27f;

//分别为装订线,页边距:上下左右空白设置.
this.PageSettings.Gutter = 0f;
this.PageSettings.Margins.Bottom = 0.5f;
this.PageSettings.Margins.Left = 0.1f;
this.PageSettings.Margins.Right = 0.1f;
this.PageSettings.Margins.Top = 0.5f;

//打印方向:纵向,横向设置,三种.Default,Landscape:纵向.Portrait:横向
switch(getPageBearing)
{
case "0"://纵向
this.PageSettings.Orientation = PageOrientation.Landscape;
break;
case "1"://横向
this.PageSettings.Orientation = PageOrientation.Portrait;
break;
case "2"://打印机缺省
this.PageSettings.Orientation = PageOrientation.Default;
break;
}

//其他设置
this.PageSettings.Collate =

DataDynamics.ActiveReports.PageSettings.PrinterCollate.Collate;
this.PageSettings.DefaultPaperSize = true;
this.PageSettings.DefaultPaperSource = true;
this.PageSettings.Duplex = System.Drawing.Printing.Duplex.Default;
this.PageSettings.MirrorMargins = false;
this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
this.PageSettings.PaperSource =

System.Drawing.Printing.PaperSourceKind.Manual;

#endregion
xdwlb 2005-04-26
  • 打赏
  • 举报
回复
预览的红线是提示是否超过页宽的
qudymeteor 2005-04-22
  • 打赏
  • 举报
回复
以前在vb中用过,还是正版的,可是现在到了.net时代,发现原来用的东西没有了,
真想帮你, 顶一下
godson_h 2005-04-22
  • 打赏
  • 举报
回复
真想帮你,可惜帮不上
jxyaolp 2005-04-22
  • 打赏
  • 举报
回复
在项目中加一个App.config

文件内容如下:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DataDynamicsARLic" value="DD,APN,10,C001511" />
</appSettings>
</configuration>
myflyer 2005-04-22
  • 打赏
  • 举报
回复
楼上说的对,如果超过了红线打印时就会变成两页了
malamala 2005-03-29
  • 打赏
  • 举报
回复
run the License.exe or LicensePro.exe

预览的红线是提示是否超过页宽的
zr1982930 2005-03-27
  • 打赏
  • 举报
回复
帮顶!
malamala 2005-03-27
  • 打赏
  • 举报
回复
正版的不会也有这个问题吧?我正打算买一套呢。。。
xiaohei 2004-11-30
  • 打赏
  • 举报
回复
up
cxyPioneer 2004-11-30
  • 打赏
  • 举报
回复
up
李洪喜 2004-11-26
  • 打赏
  • 举报
回复
看来你只有自己查了。没有人知道。
Eddie005 2004-11-26
  • 打赏
  • 举报
回复
up
xiaohei 2004-11-26
  • 打赏
  • 举报
回复
up
xiaoslong 2004-11-22
  • 打赏
  • 举报
回复
帮你顶
520NET 2004-11-22
  • 打赏
  • 举报
回复
LG
cxyPioneer 2004-11-22
  • 打赏
  • 举报
回复
up
  • 打赏
  • 举报
回复
up
加载更多回复(2)

110,537

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧