当前位置:.Net技术首页 >> 报表/图形/Office >>
-
[2004-10-01] 在分发包里加入两个Merge Moudle,见内
Database_Access.msm regwiz.msm 并在regwiz.msm的属性页内加入水晶报表的注册码。 如果显示中文,再加入Database_Access_chs.msm即可。 -
[2004-10-01] 那就错了,见内
1、右击安装工程,选择输入合并模块,选择所需要的模块 2、选择regwiz.msm,点击属性,打开最顶上的属性,输入注册码。 不是简单copy过去的。 -
[2004-10-01] 在 Visual Studio .NET中使用Crystal Report(中)
在 Visual Studio .NET中使用Crystal Report(中) from www.aspfree.com translated by cash(天下第七) cashcao@msn.com(cashcao@msn.com) Crystal Report演示-使用Pull Model 我们可以用以下步骤来... -
[2004-10-01] 在 Visual Studio .NET中使用Crystal Report(上) cashcho(翻译)
在 Visual Studio .NET中使用Crystal Report(上) from www.aspfree.com translated by cash(天下第七) cashcao@msn.com 在我们开始这个关于如何在VS.NET上使用Crystal Reports的小小的研究之前,我和我的... -
[2004-10-01] 在 Visual Studio .NET中使用Crystal Report(下) (cashcho翻译)
在 Visual Studio .NET中使用Crystal Report(下) from www.aspfree.com translated by cash(天下第七) cashcao@msn.com(cashcao@msn.com) Crystal Report 演示-使用Push Model 下面看看... -
[2004-10-01] winform使用水晶报表的例子
///Form文件 namespace SimpleApp { using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.WinForms; using System.Data; public class SimpleForm : Sy... -
[2004-10-01] 这篇文章很不错,推荐大伙儿都看看
Tips and Tricks Contents Flicker free drawing in controls Embedding bitmaps in your manifest Creating type safe collections the quick way Flicker free drawing in controls You have just spent... -
[2004-10-01] 刚刚看到一个问题是怎么获得图片的宽度和高度的
可以这样做 SizeF sizeF = Image.PhysicalDimension; int imageWidth = (int)sizeF.Width; int imageHeight = (int)sizeF.Height; 至于怎么获得IMAGE就不用我说了吧 -
[2004-10-01] 自制作调色板(转)
using System; using System.WinForms; using System.Drawing; public class CreateMyPanel : Form { Color[] color = new Color[]{  ... -
[2004-10-01] VB.NET中使用GDI画图具体应用。
下面的例子通过重载Form1窗体的OnPaint()方法绘制GDI图形 Protected Overrides Sub onpaint(ByVal e As System.Windows.Forms.PaintEventArgs) '/////////////... -
[2004-10-01] 有关图形方面的一篇文章,不妨一看
Working with Brushes in GDI+ Drawing GDI+ Objects The following code draws a line, an ellipse, a curve, and a polygon object. As you can see from the code, I抳e used pen object to fill these objec... -
[2004-10-01] WEB 上企业级报表平台 - Crystal Enterprise 9 技术白皮书
概述 信息为每一个企业提供了制定和实施成功的商业战略所需的原始素材。为了充分利用企业信息资产所带来的优势,每一个应用都需要一个可扩展的、可靠的、基于Web的解决方案,用于报表、分析和向相关的人员提供关... -
[2004-10-01] 对 Microsoft Office 命令栏进行更多编程(1)
对 Microsoft Office 命令栏进行更多编程 Frank C. Rice Microsoft Corporation Paul Cornell Microsoft Corporation 2002 年 5 月 2 日 在上个月的专栏(英文)中,我向您介绍了“命令栏”,它们是在 Micro... -
[2004-10-01] 正在研究CrystalReport,下面的代码为当sql server密码不为空时的写法
ReportDocument rptDoc = new ReportDocument(); rptDoc.Load("x:\\crystalreport\\crPull.rpt"); &nbs...

