For a list of all members of this type, see OlapDataSource members.
Name | Description | |
---|---|---|
AddFilterAsync | Overloaded. Sends an asynchronous request to the OLAP server to add the specified hierarchy to the filter axis. | |
AddFilterMemberAsync | Overloaded. Sends an asynchronous request to the OLAP server to add the specified member to the specified hierarchy's filter, and raises the AddFilterMemberAsyncCompleted event when the server sends the response. | |
AddMeasureAsync | Overloaded. Sends an asynchronous request to the OLAP server to add the specified measure to the 'slicer' axis. | |
AxisAddHierarchyAsync | Overloaded. Sends an asynchronous request to the OLAP server to add the specified hierarchy to the specified axis. | |
AxisInsertHierarchyAsync | Overloaded. Sends an asynchronous request to the OLAP server to insert the specified hierarchy at the specified ordinal position along the specified axis. | |
AxisRemoveHierarchyAsync | Overloaded. Sends an asynchronous request to the OLAP server to remove the specified hierarchy from the specified axis. | |
CancelUpdate | Cancels any currently executing asynchronous operation. | |
CollapseAxisTupleMemberAsync | Sends an asynchronous request to the OLAP server to collapse the specified axis tuple member, and raises the CollapseAxisTupleMemberAsyncCompleted event when the server sends the response. | |
ExpandAxisTupleMemberAsync | Sends an asynchronous request to the OLAP server to expand the specified axis tuple member. | |
GetCubesAsync | Sends an asynchronous request to the OLAP server to return a list of all cubes available under the currently selected catalog. | |
GetHierarchiesAsync | Sends an asynchronous request to the OLAP server to return a list of all hierarchies available under the currently selected Cube. | |
GetHierarchyMembersAsync | Sends a request to the OLAP server for a list of the members which belong to the specified Hierarchy, and raises the GetHierarchyMembersAsyncCompleted event when the server sends the response. | |
GetMeasuresAsync | Sends an asynchronous request to the OLAP server to return a list of all measures available under the currently selected Cube. | |
InitializeAsync | Sends a request to the OLAP server to initialize the data source, and raises the InitializeAsyncCompleted event when the server sends the response. | |
InsertFilterAsync | Overloaded. Sends an asynchronous request to the OLAP server to insert the specified hierarchy at the specified ordinal position within the filter axis. | |
InsertMeasureAsync | Overloaded. Sends an asynchronous request to the OLAP server to insert the specified measure at the specified ordinal position within the 'slicer' axis. | |
RemoveAllFilterMembersAsync | Overloaded. Sends an asynchronous request to the OLAP server to add the specified filter member, and raises the RemoveAllFilterMembersAsyncCompleted event when the server sends the response. | |
RemoveFilterAsync | Overloaded. Sends an asynchronous request to the OLAP server to remove the specified hierarchy from the filter axis. | |
RemoveFilterMemberAsync | Overloaded. Sends an asynchronous request to the OLAP server to remove the specified member to the specified hierarchy's filter, and raises the RemoveFilterMemberAsyncCompleted event when the server sends the response. | |
RemoveMeasureAsync | Overloaded. Sends an asynchronous request to the OLAP server to remove the specified measure from the 'slicer' axis. | |
SetCubeAsync | Sends an asynchronous request to the OLAP server to set the specified cube as the data source's current cube. | |
TryGetHierarchy | Returns a reference to the Hierarchy with the specified unique name. | |
TryGetMeasure | Returns a reference to the Measure with the specified unique name. | |
TryGetMember | Returns a reference to the Member with the specified unique name, or null if the member does not exist. | |
UpdateAsync | Updates the data source, applying all pending changes. |
Name | Description | |
---|---|---|
OnBeforeInitializeAsync | Called before the InitializeAsync method is executed. | |
VerifyCancel | VerifyCancel | |
VerifyCanInitialize | When overridden in derived class, provides a way to ensure that the data source is properly configured before allowing it to be initialized. | |
VerifyCanSetCube | When overridden in derived class, provides a way to ensure that the data source supports setting the current data cube. | |
VerifyMethodCallOK | VerifyMethodCallOK | |
VerifyTimeElapsed | VerifyTimeElapsed |