Version

InitialSettings Class

Class which exposes properties used to specify the initial settings for the associated data source.
Syntax
'Declaration
 
Public MustInherit Class InitialSettings 
public abstract class InitialSettings 
Remarks

An instance of this class can be passed to the constructor of the OlapDataSource class to establish the initial state of the data source upon initialization.

Once the associated data source has been initialized, none of the property values of this class can be changed; attempting to do so will result in an exception being thrown.

When the InitializeAsync method is called, data is requested from the OLAP server, using the property values from an instance of this class to set the initial cube, as well as the contents of the row, column, and slicer axes.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also