Version

OlapDataSource Class Events

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

Public Events
 NameDescription
Public EventAddFilterAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a member to a hierarchy filter.  
Public EventAddFilterMemberAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a member to a hierarchy filter.  
Public EventAddMeasureAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a member to a hierarchy filter.  
Public EventAxisAddHierarchyAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a hierarchy to the row or column axis.  
Public EventAxisRemoveHierarchyAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a hierarchy to the row or column axis.  
Public EventCollapseAxisTupleMemberAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to collapse an axis tuple member.  
Public EventDataSourceChangedOccurs when the data source changes.  
Public EventDataSourceChangingOccurs when a change is about to be made to the data source.  
Public EventDataSourceErrorOccurs when the OLAP server reports an error while processing a client request.  
Public EventExpandAxisTupleMemberAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to expand an axis tuple member.  
Public EventGetCubesAsyncCompletedOccurs when the OLAP server responds to an asynchronous request for the list of all available cubes associated with the currently selected catalog.  
Public EventGetHierarchiesAsyncCompletedOccurs when the OLAP server responds to an asynchronous request for the list of the hierarchies associated with the currently selected cube.  
Public EventGetHierarchyMembersAsyncCompletedOccurs when the OLAP server responds to an asynchronous request for the list of members associated with a given hierarchy.  
Public EventGetMeasuresAsyncCompletedOccurs when the OLAP server responds to an asynchronous request for the list of the hierarchies associated with the currently selected cube.  
Public EventInitializeAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to initialize the data source.  
Public EventRemoveAllFilterMembersAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to remove a member from a hierarchy filter.  
Public EventRemoveFilterAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a member to a hierarchy filter.  
Public EventRemoveFilterMemberAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to remove a member from a hierarchy filter.  
Public EventRemoveMeasureAsyncCompletedOccurs when the OLAP server responds to an asynchronous request to add a member to a hierarchy filter.  
Public EventSetCubeAsyncCompletedOccurs when the OLAP server responds to an asynchronous request for the list of all available cubes associated with the currently selected catalog.  
Public EventUpdateAsyncCompletedOccurs when the OLAP server responds after a call to the UpdateAsync method.  
See Also