你可以用以下方式打印数据列:
[Datasource name.Column name]
正如你所看到的,这里使用了方括号。数据源与数据列的名称通过句号区别。例如:
[Employees.FirstName]
无需Microsoft Excel,也能在应用程序中实现类似Excel的强大数据管理功能。本系列教程将会带领你打开表格控件Aspose.Cells for .NET的大门。
Aspose.Cells for .NET入门视频教程系列(1):用Aspose.Cells for .NET制作一个图表
Aspose.Cells for .NET入门视频教程系列(2):用Aspose.Cells for .NET在Excel表格里制定一个命名范围
Aspose.Cells for .NET入门视频教程系列(3):用Aspose.Cells for .NET在Excel表格里嵌入一个OLE对象
Aspose.Cells for .NET入门视频教程系列(4):用Aspose.Cells for .NET制作一个数据透视表
Aspose.Cells for .NET入门视频教程系列(5):使用Aspose.Cells for .NET创建超链接到电子表格中
Aspose.Cells for .NET入门视频教程系列(6):用Aspose.Cells for .NET在电子表格中自动调整行和列
Aspose.Cells for .NET入门视频教程系列(7):用Aspose.Cells for .NET 复制和移动工作表
Aspose.Cells for .NET入门视频教程系列(8):使用Aspose.Cells for .NET实现绘图控件的工作
Aspose.Cells for .NET入门视频教程系列(9):使用Aspose.Cells for .NET创建有密码保护的Excel文件
Aspose.Cells for .NET入门视频教程系列(10):用Aspose.Cells for .NET在Excel工作表中插入图片和评论
未完待续...
此对象用于显示报表中的复选框。如下所示:
"CheckBox"对象可以显示两种状态:"Checked"与"Unchecked"。用下列方法可以控制对象的状态:
"CheckBox"对象有以下属性:
CheckedSymbol,UncheckedSymbol:此属性用于决定显示对象状态的符号
CheckColor:此属性决定了check符号的颜色
CheckWidthRatio:使用此属性设置宽度比,可以设置的范围在0.2 - 2之间
HideIfUnchecked:此属性可以隐藏 unchecked 状态时的对象 Checked 此属性用于控制对象的状态
DataColumn:此对象绑定的数据列,类型应为 bool 或者 int
Expression:返回值为true或者false的表达式
相关链接: