ComponentOne OLAP for WinForms概述 > 在工程中添加一个OLAP for WinForms组件 |
当你在安装ComponentOne OLAP for WinForms时,在安装指导中,默认选择了Create a ComponentOne Visual Studio Toolbox Tab选项。当你打开Visual Studio时,你将会注意到组件控件中有一个ComponentOne OLAP for WinForms选项卡自动的添加到了工具栏。
如果在安装过程中,你决定不勾选Create a ComponentOne Visual Studio Toolbox Tab选项。你也可以在稍后的过程中添加ComponentOne控件到工具栏中。
ComponentOne OLAP for WinForms提供如下控件:
想要在工程中使用这些控件,你可以将它们添加到表单或是添加一个引用到C1.Win.Olap集合中。
添加OLAP for WinForms控件到工具栏
想要添加ComponentOne OLAP for WinForms控件到Visual Studio工具栏中,你需要完成以下步骤:
添加OLAP for WinForms控件到表单
想要将OLAP for WinForms添加到表单,完成以下步骤:
需要注意的是,当你添加了或者控件到表单中后,将会引用所有的四个集合(C1OlapPanel,C1OlapPage,C1OlapPrintDocument,C1OlapChart,和C1OlapGrid)到你的工程中。
添加一个引用到C1.Win.Olap集合
想要添加一个引用到集合中,完成以下步骤:
ImportsC1.Win.Olap
注意:这将使对象在工程的C1.Win.Olap集合中变为可见。想要了解更多信息,请参阅 Namespaces。 |