In this article, we'll look at how to create a cube in FastCube .NET using code in a custom application. This question will appear to you right away, when you start working with this library. Well, I hope today we will clarify this issue.
The cube file can contain both data and its’ representation. Let's look at the whole chain of the cube creation.
Create a Windows Forms project. In References, you need to add links to the libraries: FastReport, FastReport.Bars, FastReport.Olap.
Add the following controls to the form from the toolbar:
dataSource, dtDataSet, cube, slice, sliceGrid, button.
In the dataSource1 properties, we find the DataSet and select the available dtDataSet1 for it.
In the properties of the cube1 control, we select the value dataSource1 for the DataSource. And for the SoutceType ...