Version

IOlapViewModel Interface Properties

For a list of all members of this type, see IOlapViewModel members.

Public Properties
 NameDescription
 PropertyColumnsGets or sets collection of IFilterViewModel items that represents the columns of model.  
 PropertyCubeGets or sets the currently selected Infragistics.Olap.Data.ICube object that contains the particular data slices.  
 PropertyCubesGets collection of available Infragistics.Olap.Data.ICube items.  
 PropertyDeferredLayoutUpdateGets or sets a value indicating whether data is loaded on demand.  
 PropertyFiltersGets or sets collection of IAreaItemViewModel items that represents the selected filters of model.  
 PropertyIsBusyGets a value indicating whether this IOlapViewModel is busy with data gathering or result processing.  
 PropertyIsSwitchingAreaItemLocationGets or sets a value indicating whether this instance is switching the location of an item from one area to another.  
 PropertyMeasureListIndexGets or sets the initial position of measures area item when more than one measure is applied.  
 PropertyMeasureListLocationGets or sets where measures will be placed when more than one measure is applied.  
 PropertyMeasureListViewModelGets the model of special type of IAreaItemViewModel that is resposible for displaying of multiple measure items.  
 PropertyMeasuresGets or sets collection of IAreaItemViewModel items that represents the selected measures of model.  
 PropertyParentInFrontForColumnsGets or sets a value indicating whether parent for columns is in front of children.  
 PropertyParentInFrontForRowsGets or sets a value indicating whether parent for rows is in front of children.  
 PropertyProcessingGets a value indicating whether this IOlapViewModel is processing.  
 PropertyResultGets the Infragistics.Olap.Data.IResult object created by OLAP analysis server.  
 PropertyRowsGets or sets collection of IAreaItemViewModel items that represents the rows of model.  
See Also