The following tables list the members exposed by IOlapViewModel.
Name | Description | |
---|---|---|
Columns | Gets or sets collection of IFilterViewModel items that represents the columns of model. | |
Cube | Gets or sets the currently selected Infragistics.Olap.Data.ICube object that contains the particular data slices. | |
Cubes | Gets collection of available Infragistics.Olap.Data.ICube items. | |
DeferredLayoutUpdate | Gets or sets a value indicating whether data is loaded on demand. | |
Filters | Gets or sets collection of IAreaItemViewModel items that represents the selected filters of model. | |
IsBusy | Gets a value indicating whether this IOlapViewModel is busy with data gathering or result processing. | |
IsSwitchingAreaItemLocation | Gets or sets a value indicating whether this instance is switching the location of an item from one area to another. | |
MeasureListIndex | Gets or sets the initial position of measures area item when more than one measure is applied. | |
MeasureListLocation | Gets or sets where measures will be placed when more than one measure is applied. | |
MeasureListViewModel | Gets the model of special type of IAreaItemViewModel that is resposible for displaying of multiple measure items. | |
Measures | Gets or sets collection of IAreaItemViewModel items that represents the selected measures of model. | |
ParentInFrontForColumns | Gets or sets a value indicating whether parent for columns is in front of children. | |
ParentInFrontForRows | Gets or sets a value indicating whether parent for rows is in front of children. | |
Processing | Gets a value indicating whether this IOlapViewModel is processing. | |
Result | Gets the Infragistics.Olap.Data.IResult object created by OLAP analysis server. | |
Rows | Gets or sets collection of IAreaItemViewModel items that represents the rows of model. |
Name | Description | |
---|---|---|
CancelExecutionAsync | Request the cancelation of the current background task. | |
CreateFilterViewModel | Creates view model for the specified hierarchy | |
CreateMeasureViewModel | Creates view model for the specified measure. | |
FillMembers | Overloaded. Fills the members into level. | |
LoadSchemaAsync | Loads the schema asynchronous. | |
PivotGrid | Swap the items of Columns and Rows collections and pivot the cells. | |
RefreshGrid | Refreshes the data for the ViewModel | |
SetMeasureAggregator | Changes the IAggregator for given IMeasureViewModel.Measure. | |
SwitchAxisMember | Switch from collapse to expanded or back for passed axis member. |
Name | Description | |
---|---|---|
Initialized | Occurs when initialization of metadata is finished. | |
LoadCubesCompleted | Occurs when asynchronous call for loading cubes is completed. | |
LoadDimensionsCompleted | Occurs when asynchronous call for loading dimensions is completed. | |
LoadMeasuresCompleted | Occurs when asynchronous call for loading measures is completed. | |
LoadMembersCompleted | Occurs when asynchronous call for loading members is completed. | |
LoadSchemaCompleted | Occurs when asynchronous call for loading schema is completed. | |
ResultChanged | Occurs when the Result is changed. |