Init(Source: Object);
Source. The data source described by the IDtProvider interface.
The Init method sets up parameters of binding of dimensions and facts based on data source fields.
The DimensionBindings and FactBindings collections are filled on executing the method. The collections are filled according to data source fields by the following algorithm:
The field in the source has the Float type. A binding is created for the fact in the FactBindings collection.
The field in the source has the DateTime type. A binding is created for the calendar dimension with daily frequency in the DimensionBindings collection.
The field in the source has the type different from Float and DateTime. A binding is created for dimension in the DimensionBindings collection.
The example of use is given in description of the Load method.
See also: