You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16242 lines
816 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Olap.Base</name>
</assembly>
<members>
<member name="T:Syncfusion.Olap.Common.Common">
<summary>
Common class will holds the common methods.
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.Common.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.Common"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.Common.SerializeObject``1(``0)">
<summary>
Serializes the object.
</summary>
<typeparam name="T"></typeparam>
<param name="obj">The object.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.Common.DeserializeObject``1(System.String)">
<summary>
De-serializes the object.
</summary>
<typeparam name="T"></typeparam>
<param name="xml">The XML string.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.Common.ToXml(System.Object,System.String,System.Boolean)">
<summary>
Serializes a given object to the file given with the path
</summary>
<param name="objToXml">Object wanted to be serialized to the file</param>
<param name="filePath">Path of the file</param>
<param name="includeNameSpace">if set to <c>true</c> [include name space].</param>
</member>
<member name="M:Syncfusion.Olap.Common.Common.ToXml(System.Object,System.Boolean)">
<summary>
Converts object to XML string format.
</summary>
<param name="objToXml">The input object.</param>
<param name="includeNameSpace">if set to <c>true</c> [include name space].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.Common.XmlToFromFile(System.String,System.Type)">
<summary>
De-serializes the object given with the type from the given string
</summary>
<param name="filePath">String containing the serialized xml form of the object</param>
<param name="type">Type of the object to be de-serialized</param>
<returns>Deserialized object</returns>
</member>
<member name="M:Syncfusion.Olap.Common.Common.UTF8ByteArrayToString(System.Byte[])">
<summary>
Converts the UTF8 byte array to string.
</summary>
<param name="characters">Characters as an array of byte.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Common.RuntimClassGenerator">
<summary>
Creates class for the given DataRowCollection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.RuntimClassGenerator.CreateObject(System.Data.DataRowCollection)">
<summary>
Creates the object.
</summary>
<param name="element">The element.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Common.ICloneable`1">
<summary>
Generic interface that clones the object.
</summary>
<typeparam name="T">Type of ICloneable interface.</typeparam>
</member>
<member name="M:Syncfusion.Olap.Common.ICloneable`1.Clone">
<summary>
Clones the specified instance.
</summary>
</member>
<member name="T:Syncfusion.Olap.Common.SpecialXmlWriter">
<summary>
This class can be used to implement special affects while producing xml documents.
At the moment it is only used for excluding the xml start line.
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.SpecialXmlWriter.#ctor(System.IO.TextWriter,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.SpecialXmlWriter"/> class.
</summary>
<param name="tw">The TextWriter object.</param>
<param name="includeStartDocument">if set to <c>true</c> [include start document].</param>
</member>
<member name="M:Syncfusion.Olap.Common.SpecialXmlWriter.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.SpecialXmlWriter"/> class.
</summary>
<param name="sw">The StreamWriter object.</param>
<param name="encoding">The encoding object.</param>
<param name="includeStartDocument">if set to <c>true</c> [include start document].</param>
</member>
<member name="M:Syncfusion.Olap.Common.SpecialXmlWriter.#ctor(System.String,System.Text.Encoding,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.SpecialXmlWriter"/> class.
</summary>
<param name="filePath">The file path.</param>
<param name="encoding">The encoding object.</param>
<param name="includeStartDocument">if set to <c>true</c> [include start document].</param>
</member>
<member name="M:Syncfusion.Olap.Common.SpecialXmlWriter.WriteStartDocument">
<summary>
Writes the XML declaration with the version "1.0".
</summary>
<exception cref="T:System.InvalidOperationException">This is not the first write method called after the constructor. </exception>
</member>
<member name="T:Syncfusion.Olap.Common.Utils">
<summary>
Query generator utility class
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.Utils.QuoteIdentifier(System.String)">
<summary>
Quotes the identifier.
</summary>
<param name="expression">The expression.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Common.SerializableDictionary`2">
<summary>
A Dictionary that holds the key-value pair, which can be serialized.
</summary>
<typeparam name="TKey">The type of the key.</typeparam>
<typeparam name="TValue">The type of the value.</typeparam>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.SerializableDictionary`2"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Common.SerializableDictionary`2"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.GetSchema">
<summary>
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute"/> to the class.
</summary>
<returns>
An <see cref="T:System.Xml.Schema.XmlSchema"/> describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)"/> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)"/> method.
</returns>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ReadXml(System.Xml.XmlReader)">
<summary>
Generates an object from its XML representation.
</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"/> stream from which the object is de-serialized.</param>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.WriteXml(System.Xml.XmlWriter)">
<summary>
Converts an object into its XML representation.
</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"/> stream to which the object is serialized.</param>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Gets the object data.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Gets the object data.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="T:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2">
<summary>
Represents a serializable collection of keys and values.
</summary>
<typeparam name="K">Collection of keys.</typeparam>
<typeparam name="V">Collection of values.</typeparam>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.GetHashCode">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.Equals(System.Object)">
<summary>
</summary>
<param name="obj"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.Equals(Syncfusion.Olap.Common.SerializableDictionary{`0,`1}.ValuePair{`2,`3})">
<summary>
Indicates whether the current object is equal to another object of the same type.
</summary>
<param name="other">An object to compare with this object.</param>
<returns>true if the current object is equal to the other parameter; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.op_Equality(Syncfusion.Olap.Common.SerializableDictionary{`0,`1}.ValuePair{`2,`3},Syncfusion.Olap.Common.SerializableDictionary{`0,`1}.ValuePair{`2,`3})">
<summary>
</summary>
<param name="point1"></param>
<param name="point2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.op_Inequality(Syncfusion.Olap.Common.SerializableDictionary{`0,`1}.ValuePair{`2,`3},Syncfusion.Olap.Common.SerializableDictionary{`0,`1}.ValuePair{`2,`3})">
<summary>
</summary>
<param name="point1"></param>
<param name="point2"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.Key">
<summary>
Gets or sets the key.
</summary>
<value>The key.</value>
</member>
<member name="P:Syncfusion.Olap.Common.SerializableDictionary`2.ValuePair`2.Value">
<summary>
Gets or sets the value.
</summary>
<value>The value.</value>
</member>
<member name="T:Syncfusion.Olap.DataProvider.OnMDXQueryExceptionEventHandler">
<summary>
Represents the method that handles the event raised when an exception is thrown while executing the MDX query.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.DataProvider.DataProviderException">
<summary>
Represents the exception raised when user tries to perform restricted operation in the data provider.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.DataProviderException.c_message">
<summary>
Default message to show when the exception is fired.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.DataProviderException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.DataProviderException"/> class.
</summary>
<param name="message">The exception message.</param>
</member>
<member name="M:Syncfusion.Olap.DataProvider.DataProviderException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.DataProviderException"/> class.
</summary>
<param name="message">The exception message.</param>
<param name="innerException">The inner exception.</param>
</member>
<member name="M:Syncfusion.Olap.DataProvider.DataProviderException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.DataProviderException"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.DataProviderException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.DataProviderException"/> class.
</summary>
<param name="innerException">The inner exception.</param>
</member>
<member name="M:Syncfusion.Olap.DataProvider.DataProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.DataProviderException"/> class.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
<exception cref="T:System.ArgumentNullException">
The <paramref name="info"/> parameter is null.
</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">
The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
</exception>
</member>
<member name="T:Syncfusion.Olap.DataProvider.AdomdDataProvider">
<summary>
Multi-dimensional data provider that uses ADOMD for .NET to connect and retrieve data from
the multi-dimensional data source.
</summary>
</member>
<member name="T:Syncfusion.Olap.DataProvider.IDataProvider">
<summary>
Multidimensional data provider interface. An interface that must be implemented in
OLAP data provider.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.ExecuteCellSet(System.String,System.Boolean,System.Boolean,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Executes the Command text and returns a cell set
</summary>
<param name="commandText">command text.</param>
<param name="IsGrandTotalOn">if set to <c>true</c> [is grand total on].</param>
<param name="isQuery">if set to <c>true</c> [is query].</param>
<param name="currentReport">The current report.</param>
<returns>The CellSet</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.ExecuteCount(System.String)">
<summary>
Executes the count.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>Row and Column count result as an integer array.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.ExecuteMemberCount(System.String)">
<summary>
Executes the count.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>Member count result as an integer.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.ExecuteDrillThroughQuery(System.String)">
<summary>
Executes the DrillThroughQuery
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetChildMembers(Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Gets the collection of child members.
</summary>
<param name="member">The member.</param>
<param name="IsGrandTotalOn">Indicates whether the grand total is enabled.</param>
<returns>The collection of child members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetChildMembers(System.String,System.String,System.Boolean)">
<summary>
Gets the child members.
</summary>
<param name="memberUniqueName">Unique name of the member.</param>
<param name="cubeName">The name of the cube.</param>
<param name="IsGrandTotalOn">if set to <c>true</c> [is grand total on].</param>
<returns>Member Collection</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetChildrenByMDX(System.String)">
<summary>
</summary>
<param name="commandText"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetMeasureGroupDimensions(System.String,System.String)">
<summary>
Gets a list of dimension names from the specified cube name and the from the specified measure group name.
</summary>
<param name="cubeName">The current cube name.</param>
<param name="measureGroupName">The measure group name.</param>
<returns>A list of dimension names.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetMeasureGroups(System.String)">
<summary>
Gets a list measure group names from the cube.
</summary>
<param name="cubeName">The current cube name.</param>
<returns>A list of measure group names.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetCell(Syncfusion.Olap.Data.CellSet,System.Int32[])">
<summary>
Gets the cell based on the parameter index passed.
</summary>
<param name="cellSet">The cell set</param>
<param name="indexes">array of indexes</param>
<returns>returns a Cell</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetAdomdCellSet">
<summary>
Gets adomd cellset.
</summary>
<returns>The adomd cellset.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetCubeSchema(System.String)">
<summary>
Gets the cube schema.
</summary>
<param name="cubeName">The name of the cube.</param>
<returns>returns a CubeSchema</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetLevelMembers(Syncfusion.Olap.Data.Level)">
<summary>
Gets the level members.
</summary>
<param name="level">The level.</param>
<returns>returns a MemberCollection object</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetLevelMembers(System.String,System.String)">
<summary>
Gets the level members.
</summary>
<param name="levelUniqueName">Unique name of a level.</param>
<param name="cubeName">The name of the cube</param>
<returns>returns a MemberCollection object</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetParentMember(Syncfusion.Olap.Data.Member)">
<summary>
Gets the parent member.
</summary>
<param name="member">The member</param>
<returns>returns a parent Member of the current member</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetMeasuresDimensionUniqueName(System.String)">
<summary>
Gets the measures dimension unique name.
</summary>
<param name="cubeName">The name of the cube.</param>
<returns>measures dimension unique name of type string</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.GetAllMemberUniqueName(System.String,System.String)">
<summary>
Gets the all member unique name.
</summary>
<param name="cubeName">The name of the cube.</param>
<param name="hierarchyUniqueName">The name of the hierarchy unique.</param>
<returns>all member unique name of type string</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.Execute(System.String,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Executes the specified command text.
</summary>
<param name="commandText">The command text.</param>
<param name="olapReport">The OLAP report.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.CloseConnection">
<summary>
Closes the connection.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.ValidateConnectionString">
<summary>
Validates the connection string.
</summary>
<returns>true if connection string has proper syntax</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.IDataProvider.HasValidCells">
<summary>
Determines whether [has valid cells].
</summary>
<returns>
<c>true</c> if [has valid cells]; otherwise, <c>false</c>.
</returns>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.ConnectionString">
<summary>
Gets/sets the connection string for the data adapter;
</summary>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.CatalogName">
<summary>
Gets the name of the catalog.
</summary>
<value>The name of the catalog.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.CurrentCellSet">
<summary>
Gets the current cell set.
</summary>
<value>The current cell set.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.GetCubes">
<summary>
Gets the get cubes.
</summary>
<value>The get cubes.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.GetAllCubes">
<summary>
Gets the get all cubes.
</summary>
<value>The get all cubes.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.IDataProvider.ProviderName">
<summary>
Gets or sets the name of the provider.
</summary>
<value>The name of the provider.</value>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.DataProvider.AdomdDataProvider"/> class.
</summary>
<param name="connectionString">The connection string.</param>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.CloseConnection">
<summary>
Closes the connection.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.ValidateConnectionString">
<summary>
Validates the connection string.
</summary>
<returns>
true if the connection string has proper syntax
</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetMeasureGroups(System.String)">
<summary>
Gets the measure groups.
</summary>
<param name="cubeName">The name of the cube.</param>
<returns>The list of measure groups.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetMeasureGroupDimensions(System.String,System.String)">
<summary>
Gets the dimensions in the specified measure group.
</summary>
<param name="cubeName">The name of the cube.</param>
<param name="measureGroupName">The name of the measure group.</param>
<returns>The list of dimensions.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetMeasuresDimensionUniqueName(System.String)">
<summary>
Gets the unique name of the measures dimension.
</summary>
<param name="cubeName">The name of the cube.</param>
<returns>
The unique name of the measures dimension.
</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetAllMemberUniqueName(System.String,System.String)">
<summary>
Gets the unique name of all member based on the hierarchy.
</summary>
<param name="cubeName">The name of the cube.</param>
<param name="hierarchyUniqueName">The unique name of the hierarchy.</param>
<returns>The unique name of all member.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.ExecuteDrillThroughQuery(System.String)">
<summary>
Executes the drill-through query.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>The data table that matches the query.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.ExecuteCount(System.String)">
<summary>
Executes the count for specified MDX query.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>An array of integers.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.ExecuteMemberCount(System.String)">
<summary>
Executes the count for specified MDX query.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>An array of integers.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.ExecuteCellSet(System.String,System.Boolean,System.Boolean,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Executes the specified command text and returns a cell set.
</summary>
<param name="mdxQuery">The MDX query.</param>
<param name="IsGrandTotalOn">Indicates whether the grand total is included.</param>
<param name="isQuery">Indicates whether it is MDX query.</param>
<param name="currentReport">The current report.</param>
<returns>The cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.Execute(System.String,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Executes the specified command text.
</summary>
<param name="commandText">The MDX query.</param>
<param name="olapReport">The OLAP report.</param>
<returns>An object.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.Execute(System.String,System.Boolean)">
<summary>
Executes the specified command text.
</summary>
<param name="commandText">The MDX query.</param>
<param name="returnResult">Indicates whether to return the result.</param>
<returns>An object.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetChildMembers(Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Gets the collection of child members.
</summary>
<param name="member">The member.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<returns>The collection of child members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetParentMemberUsingMDX(System.String,System.String)">
<summary>
Gets the parent member via Mdx query.
</summary>
<param name="memberUniqueName">The unique name of the member whose parent is ton be retrieved.</param>
<param name="currentCube">The current cube name.</param>
<returns>The parent member.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetChildrenByMDX(System.String)">
<summary>
Gets the collection of child members.
</summary>
<param name="commandText">The MDX query.</param>
<returns>The collection of child members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetMembersUsingMDX(System.String,System.Int32,System.Int32,System.Boolean,Syncfusion.Olap.DataProvider.NodeTypes)">
<summary>
Gets the collection of members using MDX query.
</summary>
<param name="memberUniqueName">The unique name of the member.</param>
<param name="memberAxisPosition">The axis position of the member.</param>
<param name="memberHierarhcyPosition">The position of the member hierarchy.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<param name="memberType">Type of the member.</param>
<returns>The collection of members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetMembersUsingMDX(System.String,System.Int32,System.Int32,System.Boolean,Syncfusion.Olap.DataProvider.NodeTypes,System.String)">
<summary>
Gets the collection of members using MDX query.
</summary>
<param name="memberUniqueName">The unique name of the member.</param>
<param name="memberAxisPosition">The axis position of the member.</param>
<param name="memberHierarhcyPosition">The position of the member hierarchy.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<param name="memberType">Type of the member.</param>
<param name="cubeName">The name of the cube.</param>
<returns>The collection of members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetLevelMembersUsingMDX(System.String,System.Int32,System.Boolean,System.String)">
<summary>
Gets the collection of members using MDX query.
</summary>
<param name="memberUniqueName">The unique name of the member.</param>
<param name="memberAxisPosition">The axis position of the member.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<param name="pageParams">Holds paging infomation.</param>
<returns>The collection of members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetLevelMembersUsingMDX(System.String,System.Int32,System.Boolean,System.String,System.String)">
<summary>
Gets the collection of members using MDX query.
</summary>
<param name="memberUniqueName">The unique name of the member.</param>
<param name="memberAxisPosition">The axis position of the member.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<param name="cubeName">The name of the cube.</param>
<param name="pageParams">Holds paging infomation.</param>
<returns>The collection of members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetChildMembers(System.String,System.String,System.Boolean)">
<summary>
Gets the collection of members.
</summary>
<param name="memberUniqueName">The unique name of the member.</param>
<param name="cubeName">The name of the cube.</param>
<param name="IsGrandTotalOn">Indicates whether to include the grand total.</param>
<returns>The collection of child members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetCubeSchema(System.String)">
<summary>
Gets the cube schema.
</summary>
<param name="cubeName">The name of the cube.</param>
<returns>An object of cube schema.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetLevelMembers(Syncfusion.Olap.Data.Level)">
<summary>
Gets the collection of level members.
</summary>
<param name="level">The level.</param>
<returns>The collection of level members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetLevelMembers(System.String,System.String)">
<summary>
Gets the collection of level members.
</summary>
<param name="levelUniqueName">The unique name of the level.</param>
<param name="cubeName">The name of the cube</param>
<returns>The collection of level members.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetParentMember(Syncfusion.Olap.Data.Member)">
<summary>
Gets the parent member.
</summary>
<param name="member">The child member.</param>
<returns>The member object.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetAdomdCellSet">
<summary>
Gets adomd cellset.
</summary>
<returns>The adomd cellset.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetCell(Syncfusion.Olap.Data.CellSet,System.Int32[])">
<summary>
Gets the cell.
</summary>
<param name="cellSet">The cell set.</param>
<param name="indexes">The array of indexes.</param>
<returns>A cell object.</returns>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProvider.HasValidCells">
<summary>
Determines whether the ADOMD cell set has valid cells.
</summary>
</member>
<member name="E:Syncfusion.Olap.DataProvider.AdomdDataProvider.OnMDXQueryExceptionHandler">
<summary>
Occurs when the exception is thrown while executing the MDX query.
</summary>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.ConnectionString">
<summary>
Gets or sets the connection string for the data adapter;
</summary>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.IsPropertyAppended">
<summary>
Gets or sets a value indicating whether this instance is property appended.
</summary>
<value>
<c>true</c> if this instance is property appended; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.IsNonSSASData">
<summary>
Gets or sets a value indicating whether this instance is non SSAS data.
</summary>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.ProviderName">
<summary>
Gets or sets the name of the provider.
</summary>
<value>The name of the provider.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetCubes">
<summary>
Gets the collection of cubes in the specified data source.
</summary>
<value>The collection of cubes.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.GetAllCubes">
<summary>
Gets all the cubes in the specified data source.
</summary>
<value>All the available cubes.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.CatalogName">
<summary>
Gets the name of the database.
</summary>
<value>The name of the catalog.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.CurrentCellSet">
<summary>
Gets the current cell set.
</summary>
<value>The current cell set.</value>
</member>
<member name="P:Syncfusion.Olap.DataProvider.AdomdDataProvider.ShowLocalizedMemberProperties">
<summary>
Gets or sets the value to display the Localized member property in the output
</summary>
</member>
<member name="T:Syncfusion.Olap.DataProvider.MDXQueryEventArgs">
<summary>
Provides data for <see cref="E:Syncfusion.Olap.DataProvider.AdomdDataProvider.OnMDXQueryExceptionHandler" /> event.
</summary>
</member>
<member name="P:Syncfusion.Olap.DataProvider.MDXQueryEventArgs.Exception">
<summary>
Gets or sets the exception message.
</summary>
</member>
<member name="T:Syncfusion.Olap.DataProvider.AdomdDataProviderHelper">
<summary>
Helper class for the ADOMD data provider.
</summary>
</member>
<member name="M:Syncfusion.Olap.DataProvider.AdomdDataProviderHelper.ExecuteDataTable(System.String,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Executes the data table.
</summary>
<param name="connectionString">The connection string.</param>
<param name="report">The OLAP report.</param>
<returns>The data table object.</returns>
</member>
<member name="T:Syncfusion.Olap.DataProvider.Providers">
<summary>
This enumeration holds provider name.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.Providers.SSAS">
<summary>
Refers SQL Server Analysis Services.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.Providers.Mondrian">
<summary>
Refers Mondrian XMLA Services.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.Providers.ActivePivot">
<summary>
Refers Active Pivot XMLA Services.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.Providers.SAPBW">
<summary>
Refers SAP Business Warehouse XMLA Services.
</summary>
</member>
<member name="T:Syncfusion.Olap.DataProvider.NodeTypes">
<summary>
Represents the constants that specify the type of nodes.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.NodeTypes.Parent">
<summary>
The type of node is parent node.
</summary>
</member>
<member name="F:Syncfusion.Olap.DataProvider.NodeTypes.Child">
<summary>
The type of node is child node.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.Axis">
<summary>
The axis function uses the zero-based position of an axis to return the set of tuples
on an axis. For example, Axis(0) returns the column axis, Axis(1) returns the row
axis, and so on. It cannot be used on the filter axis. This function can
be used to make calculated members aware of the context of the query that is being
run. For example, you might need a calculated member that provides the sum of only
those members selected on the rows axis. It can also be used to make the definition
of one axis dependent on the definition of another. For example, by ordering the contents
of the Row axis according to the value of the first item on the Column axis.
</summary>
<remarks>
An axis is created in cell set object, when ExecuteCellSet method is invoked from AdomdProvider.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.Axis.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Axis"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Axis.NormalizeExpandedState">
<summary>
Normalizes drilled down property of the equal cells if they differ.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Axis.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Axis.Name">
<summary>
Gets or sets the name of the axis.
</summary>
<value>The name of the axis.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Axis.TupleSet">
<summary>
Gets the collection of tuples.
</summary>
<value>The collection of tuples.</value>
</member>
<member name="T:Syncfusion.Olap.Data.AxisCollection">
<summary>
The axis collection is used by a cell set to represent the axes returned by a query.
Each Axis contained by an AxisCollection represents a set of congruent tuples organized
along one or more hierarchies.
</summary>
<remarks>
An axis collection is created in the constructor of cell set and it is used to hold all
the axis information of the cell set. In UpdateAxis method of AdomdDataProvider class,
axis are added in AxisCollection.
</remarks>
</member>
<member name="F:Syncfusion.Olap.Data.AxisCollection.parentCellset">
<summary>
The Parent Cellset of the Axiscollection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.AxisCollection.#ctor(Syncfusion.Olap.Data.CellSet)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.AxisCollection"/> class.
</summary>
<param name="parent_Cellset">The parent cellset.</param>
</member>
<member name="M:Syncfusion.Olap.Data.AxisCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.AxisCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.AxisCollection.Add(Syncfusion.Olap.Data.Axis)">
<summary>
Adds the specified axis.
</summary>
<param name="axis">The axis which is to be added.</param>
<returns>The index of the axis object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.AxisCollection.Insert(System.Int32,Syncfusion.Olap.Data.Axis)">
<summary>
Inserts the axis at specified index.
</summary>
<param name="index">The index where the axis has to be inserted.</param>
<param name="axis">The column or row axis.</param>
</member>
<member name="M:Syncfusion.Olap.Data.AxisCollection.Remove(Syncfusion.Olap.Data.Axis)">
<summary>
Removes the specified axis.
</summary>
<param name="axis">The row or column axis which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.Data.AxisCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Axis"/> at the specified index.
</summary>
<param name="index">The index of the axis.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Cell">
<summary>
In Microsoft SQL Server 2005 Analysis Services (SSAS), a cell represents the unique logical
intersection of one position from every axis in the cell set. Because every logical intersection
in a cell set may or may not have a corresponding record in a fact table, not every cell in a
cell set that contains data.
</summary>
<remarks>
A cell is created through GetCell method in AdomdProvider class by passing the index values,
and the cell values are pumped into PivotCellDescriptor of PivotEngine.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.Cell.#ctor(System.Object,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Cell"/> class.
</summary>
<param name="value">The value.</param>
<param name="formattedValue">The formatted value.</param>
<param name="formattedString">The formatted string.</param>
</member>
<member name="M:Syncfusion.Olap.Data.Cell.#ctor(System.Object,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>
Initializes the new instance of the <see cref="T:Syncfusion.Olap.Data.Cell"/> class.
</summary>
<param name="value">The cell value obtained as from the cube data.</param>
<param name="formattedValue">The formatted value of the cell.</param>
<param name="formattedString">The formatted string value of the cell.</param>
<param name="fontName">The font name of the cell value.</param>
<param name="backColor">The background color of the cell.</param>
<param name="fontFlags">The font effects of the cell.</param>
<param name="fontSize">The font size of the cell.</param>
<param name="foreColor">The foreground color of the cell.</param>
</member>
<member name="M:Syncfusion.Olap.Data.Cell.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Cell"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.FormattedValue">
<summary>
Gets or sets the formatted value of the cell.
</summary>
<value>The formatted value.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.FormatString">
<summary>
Gets or sets the formatted string of the cell.
</summary>
<value>The formatted string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.Value">
<summary>
Gets or sets the value of the cell.
</summary>
<value>The value.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.FontSize">
<summary>
Gets or sets the font size of the cell values.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.FontName">
<summary>
Gets or sets the font name of the cell values.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.FontFlags">
<summary>
Gets or sets the font effects like Bold, Italic, Strikethrough and Underline to the cell value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.ForeColor">
<summary>
Gets or sets the foreground color of the cell.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Cell.BackColor">
<summary>
Gets or sets the background color of the cell.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.CellCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.Data.Cell"/> objects.
</summary>
<remarks>
Cell collection is used for retrieving multiple cells from AdomdProvider.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.CellCollection.GetCells(Syncfusion.Olap.Data.CellSet)">
<summary>
Gets the collection of cells.
</summary>
<param name="m_CellSet">The cell set.</param>
<returns>The collection of cells.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CellCollection.GetMaxLevel(Syncfusion.Olap.Data.Axis,System.Int32)">
<summary>
Gets the maximum level.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="dimension">The dimension.</param>
<returns>The maximum level.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CellCollection.GetMinLevel(Syncfusion.Olap.Data.Axis,System.Int32)">
<summary>
Gets the minimum level.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="dimension">The dimension.</param>
<returns>The minimum level</returns>
</member>
<member name="P:Syncfusion.Olap.Data.CellCollection.cellSet">
<summary>
Gets or sets the cell set.
</summary>
<value>The cell set.</value>
</member>
<member name="T:Syncfusion.Olap.Data.CellSet">
<summary>
The cell set encapsulates a multi-dimensional result set that is the result of running a
command. A multi-dimensional result set contains a discrete collection of data points
or cells, that are organized along multiple dimensions or axes.
</summary>
<remarks>
A cell set is created when ExecuteCellSet method of AdomdDataProvider is called to run
a command.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.CellSet.#ctor(Syncfusion.Olap.DataProvider.IDataProvider)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.CellSet"/> class.
</summary>
<param name="data_Provider">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.Data.CellSet.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.CellSet"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.CellSet.GetCell(System.Int32[])">
<summary>
Gets the cell, based on the specified parent index.
</summary>
<param name="indexes">The list of indexes.</param>
<returns>The cell at specified index.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CellSet.HasValidCells">
<summary>
Determines whether the cells are valid or not.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.CellSet.GetAxisLevelsDepth(Syncfusion.Olap.Data.Axis)">
<summary>
Gets the level depth of axis.
</summary>
<param name="cubeAxis">The cube axis.</param>
<returns>The axis' level depth.</returns>
</member>
<member name="P:Syncfusion.Olap.Data.CellSet.Axes">
<summary>
Gets an instance of the AxisCollection class that contains the axes of the cell set.
</summary>
<value>Contains the Collection of Axis</value>
</member>
<member name="P:Syncfusion.Olap.Data.CellSet.ColumnMaxLevel">
<summary>
Gets or sets the maximum level of column.
</summary>
<value>The maximum level of column.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CellSet.MemberCellCollection">
<summary>
Gets or sets the collection of member cells.
</summary>
<value>The member cell collection.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CellSet.RowMaxLevel">
<summary>
Gets or sets the maximum level of row.
</summary>
<value>The maximum level of row.</value>
</member>
<member name="T:Syncfusion.Olap.Data.CubeInfo">
<summary>
A CubeInfo class extracts the cube attribute informations after a successful connection has been
made with the local or off-line cube.
</summary>
<remarks>
A CubeInfo is created in AdomdProvider while browsing through all the cubes available in AdomdProvider
with the current connection.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.CubeInfo.#ctor(System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.CubeInfo"/> class.
</summary>
<param name="name">The name of the cube.</param>
<param name="caption">The caption of the cube.</param>
<param name="description">The description of the cube.</param>
</member>
<member name="M:Syncfusion.Olap.Data.CubeInfo.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfo.Caption">
<summary>
Gets or sets the caption of the cube.
</summary>
<value>The caption of the cube.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfo.Description">
<summary>
Gets or sets the description of the cube.
</summary>
<value>The description of the cube.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfo.Name">
<summary>
Gets or sets the name of the cube.
</summary>
<value>The name of the cube.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfo.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The property collection.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfo.Visible">
<summary>
Gets or sets a value indicating whether the cube is visible or not.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.CubeInfoCollection">
<summary>
Represents the collection of cube info objects.
</summary>
<remarks>
Gets all the cube information from AdomdProvider's Current connection state.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.CubeInfoCollection.Add(Syncfusion.Olap.Data.CubeInfo)">
<summary>
Adds the specified cube information.
</summary>
<param name="cubeInfo">The cube information which is to be added.</param>
<returns>The index of the cube information object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeInfoCollection.Remove(Syncfusion.Olap.Data.CubeInfo)">
<summary>
Removes the specified cube information.
</summary>
<param name="cubeInfo">The cube information object which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.Data.CubeInfoCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.CubeInfo"/> at the specified index.
</summary>
<param name="index">The index of the cube information.</param>
</member>
<member name="T:Syncfusion.Olap.Data.CubeSchema">
<summary>
The CubeSchema class represents the meta-data of the cube. It contains information about
dimensions and measures in the cube.
</summary>
<remarks>
The CubeSchema is created in GetCubeSchema method of AdomdProvider, whenever a successful connection is made.
Extracts all the informations according to the current connection state.
A CubeSchema is associated only with AdomdProvider object.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.#ctor(Syncfusion.Olap.DataProvider.IDataProvider)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.CubeSchema"/> class.
</summary>
<param name="dataProvider">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetDefaultMeasure">
<summary>
Gets the default measure.
</summary>
<returns>The default Measure Member of the cube.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetMeasure(System.String)">
<summary>
Gets the measure by passing its unique name.
</summary>
<returns>Member</returns>
<param name="uniquename">Unique name of the Measure.</param>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetDimensionByUniqueName(System.String)">
<summary>
Gets the dimension by its unique name.
</summary>
<param name="uniqueName">The unique name of dimension.</param>
<returns>The dimension object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetHierarchyByUniqueName(System.String)">
<summary>
Gets the hierarchy by its unique name.
</summary>
<param name="uniqueName">The unique name of hierarchy.</param>
<returns>The hierarchy object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetLevelByUniqueName(System.String)">
<summary>
Gets the level by its unique name.
</summary>
<param name="uniqueName">The unique name of level.</param>
<returns>The level object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetMemberByUniqueName(System.String,System.Boolean)">
<summary>
Gets the Member by its unique name.
</summary>
<param name="uniqueName">Member uniquename.</param>
<param name="isLoadedMembersOnly">if set to <c>true</c> [is loaded members only].</param>
<returns>The Member Object</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetNamedSetByUniqueName(System.String)">
<summary>
Gets the NamedSet by its unique name
</summary>
<param name="uniqueName">NamedSets Unique name.</param>
<returns>The namedSet object</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetTimeDimension">
<summary>
Gets the time dimension.
</summary>
<returns>The Time Dimension of the Current Cube</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetMemberByUniqueName(System.Collections.Generic.List{System.String})">
<summary>
Gets the name of the member by unique.
</summary>
<param name="uniqueName">The name of the unique.</param>
<returns>A member object of type <see cref="T:Syncfusion.Olap.Data.Member"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetMemberByUniqueNameForNonSSAS(System.Collections.Generic.List{System.String})">
<summary>
Gets the member by unique name for non SSAS.
</summary>
<param name="uniqueName">The name of the unique.</param>
<returns>A member object of type <see cref="T:Syncfusion.Olap.Data.Member"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.CubeSchema.GetMember(System.String,System.Boolean)">
<summary>
Gets the member.
</summary>
<param name="memberUniqueName">The name of the member unique.</param>
<param name="isLoadedMemberOnly">if set to <c>true</c> [is loaded member only].</param>
<returns>The matching member from the Dimensions</returns>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.CubeInfo">
<summary>
Gets or sets the cube information.
</summary>
<value>A CubeInfo object represents multi-dimensional cube information. </value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.DataProvider">
<summary>
Gets or sets the data provider.
</summary>
<value>The data provider used to retrieve the data schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.Dimensions">
<summary>
Gets or sets the collection of dimensions.
</summary>
<value>A collection of dimension objects.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.Kpis">
<summary>
Gets or sets the collection of KPIs.
</summary>
<value>A collection of KPI objects.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.Measures">
<summary>
Gets or sets the collection of measures.
</summary>
<value>A collection of measure objects.</value>
</member>
<member name="P:Syncfusion.Olap.Data.CubeSchema.NamedSets">
<summary>
Gets or sets the collection of named sets.
</summary>
<value>A collection of named set objects.</value>
</member>
<member name="T:Syncfusion.Olap.Data.Dimension">
<summary>
Represents a dimension within the cube.
</summary>
<remarks>
A dimension is created in UpdateDimension method of AdomdProvider, while
browsing the current cube in the current connection.
</remarks>
</member>
<member name="F:Syncfusion.Olap.Data.Dimension.parentCubeSchema">
<summary>
Gets or sets the parent cube schema.
</summary>
<value>The parent cube schema.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Dimension.uniqueName">
<summary>
Gets or sets the unique name of the dimension.
</summary>
<value>The unique name of the dimension.</value>
</member>
<member name="M:Syncfusion.Olap.Data.Dimension.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Dimension"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Dimension.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Dimension.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Caption">
<summary>
Gets or sets the caption of the dimension.
</summary>
<value>The caption of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.DefaultHierarchyName">
<summary>
Gets or sets the default name of the hierarchy.
</summary>
<value>The default name of the hierarchy type of string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Description">
<summary>
Gets or sets the description of the dimension.
</summary>
<value>The description of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.DimensionType">
<summary>
Gets or sets the type of the dimension.
</summary>
<value>The type of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Hierarchies">
<summary>
Gets or sets the collection of hierarchies.
</summary>
<value>The collection of hierarchies.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Name">
<summary>
Gets or sets the name of the dimension.
</summary>
<value>The name of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.ParentCubeSchema">
<summary>
Gets or sets the parent cube schema.
</summary>
<value>The parent cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>Gets the collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.UniqueName">
<summary>
Gets or sets the unique name of the dimension.
</summary>
<value>The Unique name of the Dimension</value>
</member>
<member name="P:Syncfusion.Olap.Data.Dimension.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Dimension"/> is visible.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.DimensionCollection">
<summary>
Represents the collection of dimension objects.
</summary>
<remarks>
A DimensionCollection is created in CubeSchema to hold all the dimension objects of the current cube.
It is associated only with CubeSchema.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.#ctor(Syncfusion.Olap.Data.CubeSchema)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.DimensionCollection"/> class.
</summary>
<param name="parent_CubeSchema">The parent cube schema.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.DimensionCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.Add(Syncfusion.Olap.Data.Dimension)">
<summary>
Adds the specified dimension.
</summary>
<param name="dimension">The dimension which is to be added.</param>
<returns>The index of the dimension object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.Contains(Syncfusion.Olap.Data.Dimension)">
<summary>
Determines whether the collection contains specified dimension.
</summary>
<param name="dimension">The dimension object which is to be searched.</param>
<returns><c>true</c> if it contains the specified dimension; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.CopyTo(Syncfusion.Olap.Data.Dimension[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="dimensionArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.IndexOf(Syncfusion.Olap.Data.Dimension)">
<summary>
Gets the index of the specified dimension.
</summary>
<param name="dimension">The dimension.</param>
<returns>The index of the dimension in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.Insert(System.Int32,Syncfusion.Olap.Data.Dimension)">
<summary>
Inserts the dimension at specified index.
</summary>
<param name="index">The index at which the dimension has to be inserted.</param>
<param name="dimension">The dimension object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.Remove(Syncfusion.Olap.Data.Dimension)">
<summary>
Removes the specified dimension.
</summary>
<param name="dimension">The dimension object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.FindByName(System.String)">
<summary>
Finds the dimension by its name.
</summary>
<param name="name">The name of the dimension.</param>
<returns>The dimension object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.FindByUniqueName(System.String)">
<summary>
Finds the dimension by its unique name.
</summary>
<param name="uniqueName">The unique name of the dimension.</param>
<returns>The dimension object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.DimensionCollection.UpdateParent(System.Object)">
<summary>
Updates the parent.
</summary>
<param name="dimensionObj">The dimension obj.</param>
</member>
<member name="P:Syncfusion.Olap.Data.DimensionCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Dimension"/> at the specified index.
</summary>
<param name="index">The index of the dimension.</param>
</member>
<member name="T:Syncfusion.Olap.Data.MetaTreeNodeType">
<summary>
Specifies constants that specify the type of node in cube dimension browser.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.None">
<summary>
The type of node is none.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Cube">
<summary>
The type of node is cube.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.MeasureGroup">
<summary>
The type of node is measure group.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Measure">
<summary>
The type of node is measure.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Dimension">
<summary>
The type of node is dimension.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Hierarchy">
<summary>
The type of node is hierarchy.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.DisplayFolder">
<summary>
The type of node is display folder.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Level">
<summary>
The type of node is level.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.Member">
<summary>
The type of node is member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI_ROOT">
<summary>
The type of node is KPI root.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI">
<summary>
The type of node is KPI.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI_Value">
<summary>
The type of node is KPI value.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI_Goal">
<summary>
The type of node is KPI goal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI_Status">
<summary>
The type of node is KPI status.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.KPI_Trend">
<summary>
The type of node is KPI trend.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.NamedSet">
<summary>
The type of node is named set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.CalculatedMemberGroup">
<summary>
The type of node is calculated member group.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.CalculatedMember">
<summary>
The type of node is calculated member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPIGroup">
<summary>
The type of node is virtual KPI group.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPIMember">
<summary>
The type of node is virtual KPI member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPI_Value">
<summary>
The type of node is virtual KPI value.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPI_Goal">
<summary>
The type of node is virtual KPI goal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPI_Status">
<summary>
The type of node is virtual KPI status.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeType.VirtualKPI_Trend">
<summary>
The type of node is virtual KPI trend.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.MetaTreeNodeCheckedType">
<summary>
Specifies constants that specify the checked status of meta tree node.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeCheckedType.NoneSelected">
<summary>
Current node and none of the child nodes are not selected.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeCheckedType.CurrentChecked">
<summary>
Only Current node is selected and none of the child nodes are selected.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNodeCheckedType.SomeChildChecked">
<summary>
Some of the child nodes are selected.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.AxisType">
<summary>
Defines constants that specify the type of axis.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.AxisType.Categorical">
<summary>
Categorical Axis
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.AxisType.Series">
<summary>
Series Axis
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.AxisType.Slicer">
<summary>
Filter condition
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.AxisNum">
<summary>
Represents constants that specify axis number in ADOMD cell set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.AxisNum.Axis0">
<summary>
Categorical Axis Number
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.AxisNum.Axis1">
<summary>
Series Axis Number
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.LevelTypeEnum">
<summary>
Represents constants that specify the type of level. For more details, please refer the below link.
https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.adomdclient.leveltypeenum(v=sql.130).aspx
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.All">
<summary>
The type of level is All.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Account">
<summary>
The type of level is Account.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.BomResource">
<summary>
The type of level is BomResource.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Calculated">
<summary>
The type of level is Calculated.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Channel">
<summary>
The type of level is Channel.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Company">
<summary>
The type of level is Company.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.CurrencyDestination">
<summary>
The type of level is CurrencyDestination.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.CurrencySource">
<summary>
The type of level is CurrencySource.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Customer">
<summary>
The type of level is Customer.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.CustomerGroup">
<summary>
The type of level is CustomerGroup.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.CustomerHousehold">
<summary>
The type of level is CustomerHousehold.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoCity">
<summary>
The type of level is GeoCity.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoContinent">
<summary>
The type of level is GeoContinent.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoCountry">
<summary>
The type of level is GeoCountry.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoCounty">
<summary>
The type of level is County.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoPoint">
<summary>
The type of level is GeoPoint.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoPostalCode">
<summary>
The type of level is GeoPostalCode.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoRegion">
<summary>
The type of level is GeoRegion.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.GeoStateOrProvince">
<summary>
The type of level is GeoStateOrProvince.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.OrgUnit">
<summary>
The type of level is OrgUnit.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Person">
<summary>
The type of level is Person.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Product">
<summary>
The type of level is Product.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.ProductGroup">
<summary>
The type of level is ProductGroup.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Promotion">
<summary>
The type of level is Promotion.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Quantitative">
<summary>
The type of level is Quantitative.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Regular">
<summary>
The type of level is Regular.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Representative">
<summary>
The type of level is Representative.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Reserved1">
<summary>
The type of level is Reserved1.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Scenario">
<summary>
The type of level is Scenario.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Time">
<summary>
The type of level is Time.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeDays">
<summary>
The type of level is TimeDays.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeHalfYears">
<summary>
The type of level is TimeHalfYears.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeHours">
<summary>
The type of level is TimeHours.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeMinutes">
<summary>
The type of level is TimeMinutes.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeMonths">
<summary>
The type of level is TimeMonths.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeQuarters">
<summary>
The type of level is TimeQuarters.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeSeconds">
<summary>
The type of level is TimeSeconds.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeUndefined">
<summary>
The type of level is TimeUndefined.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeWeeks">
<summary>
The type of level is TimeWeeks.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.TimeYears">
<summary>
The type of level is TimeYears.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.LevelTypeEnum.Utility">
<summary>
The type of level is Utility.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.DimensionTypeEnum">
<summary>
Represents constants that specify the type of dimension.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Accounts">
<summary>
The type of dimension is Accounts.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.BillOfMaterials">
<summary>
The type of dimension is BillOfMaterials.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Channel">
<summary>
The type of dimension is Channel.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Currency">
<summary>
The type of dimension is Currency.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Customers">
<summary>
The type of dimension is Customers.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Geography">
<summary>
The type of dimension is Geography.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Measure">
<summary>
The type of dimension is Measure.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Organization">
<summary>
The type of dimension is Organization.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Other">
<summary>
The type of dimension is Other.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Products">
<summary>
The type of dimension is Products.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Promotion">
<summary>
The type of dimension is Promotion.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Quantitative">
<summary>
The type of dimension is Quantitative.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Rates">
<summary>
The type of dimension is Rates.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Scenario">
<summary>
The type of dimension is Scenario.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Time">
<summary>
The type of dimension is Time.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Unknown">
<summary>
The type of dimension is Unknown.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.DimensionTypeEnum.Utility">
<summary>
The type of dimension is Utility.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.CellType">
<summary>
Represents constants that specify the type of cell.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.CellType.ColumnHeader">
<summary>
The type of cell is ColumnHeader.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.CellType.ColumnTable">
<summary>
The type of cell is ColumnTable.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.CellType.RowHeader">
<summary>
The type of cell is RowHeader.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.CellType.RowTable">
<summary>
The type of cell is RowTable.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.CellType.DataCell">
<summary>
The type of cell is DataCell.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.MemberTypeEnum">
<summary>
Represents constants that specify the type of member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MemberTypeEnum.Unknown">
<summary>
The type of member is unknown.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MemberTypeEnum.Regular">
<summary>
The type of member is a regular member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MemberTypeEnum.All">
<summary>
The type of member is an All member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MemberTypeEnum.Measure">
<summary>
The type of member is a measure.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.MemberTypeEnum.Formula">
<summary>
The type of member is a calculated member or calculated measure.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.KpiTypeEnum">
<summary>
Represents constants that specify the type of kpi.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.KpiTypeEnum.Kpi_None">
<summary>
The type of KPI is none.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.KpiTypeEnum.Kpi_Value">
<summary>
The type of KPI is value.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.KpiTypeEnum.Kpi_Goal">
<summary>
The type of KPI is goal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.KpiTypeEnum.Kpi_Status">
<summary>
The type of KPI is status.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.KpiTypeEnum.Kpi_Trend">
<summary>
The type of KPI is trend.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.SortCubeMeasureOrder">
<summary>
Represents constants that specify how the measures in cube dimension browser should be sorted.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.SortCubeMeasureOrder.ASC">
<summary>
Measures will be displayed in ascending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.SortCubeMeasureOrder.DSC">
<summary>
Measures will be displayed in descending order
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.SortCubeMeasureOrder.Default">
<summary>
Measures will be displayed as it is.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.Hierarchy">
<summary>
Represents a dimension hierarchy contained by a dimension or set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.Hierarchy.defaultMemberUniqueName">
<summary>
Gets or sets the default member unique name
</summary>
<value>The default name of the member unique.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Hierarchy.uniqueName">
<summary>
Gets or sets the name of the unique.
</summary>
<value>The name of the unique.</value>
</member>
<member name="M:Syncfusion.Olap.Data.Hierarchy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Hierarchy"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Hierarchy.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Hierarchy.GetDefaultLevel">
<summary>
Gets the default level.
</summary>
<returns>Level object</returns>
</member>
<member name="M:Syncfusion.Olap.Data.Hierarchy.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Caption">
<summary>
Gets or sets the caption.
</summary>
<value>The caption.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Hierarchy"/> is visible.
</summary>
<value><c>true</c> if visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.DefaultLevelName">
<summary>
Gets or sets the default name of the level.
</summary>
<value>The default name of the level.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.DefaultLevelUniqueName">
<summary>
Gets or sets the default name of the level unique.
</summary>
<value>The default name of the level unique.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.DefaultMemberUniqueName">
<summary>
Gets or sets the default name of the member unique.
</summary>
<value>The default name of the member unique.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Description">
<summary>
Gets or sets the description.
</summary>
<value>The description.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.DisplayFolder">
<summary>
Gets or sets the display folder.
</summary>
<value>The display folder.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.IsAttributeHierarchy">
<summary>
Gets a value indicating whether this instance is attribute hierarchy.
</summary>
<value>
<c>true</c> if this instance is attribute hierarchy; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Levels">
<summary>
Gets or sets the levels.
</summary>
<value>The levels.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Name">
<summary>
Gets or sets the name.
</summary>
<value>Contains the name.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.ParentDimension">
<summary>
Gets or sets the parent dimension.
</summary>
<value>The parent dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.Properties">
<summary>
Gets the properties.
</summary>
<value>The properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Hierarchy.UniqueName">
<summary>
Gets or sets the unique name.
</summary>
<value>The unique name of the hierarchy.</value>
</member>
<member name="T:Syncfusion.Olap.Data.HierarchyCollection">
<summary>
Collection of Hierarchy Objects
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.HierarchyCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.#ctor(Syncfusion.Olap.Data.Dimension)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.HierarchyCollection"/> class.
</summary>
<param name="parent_Dimension">The parent dimension.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.Add(Syncfusion.Olap.Data.Hierarchy)">
<summary>
Adds the specified hierarchy.
</summary>
<param name="hierarchy">The hierarchy which is to be added.</param>
<returns>The index of the hierarchy object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.Contains(Syncfusion.Olap.Data.Hierarchy)">
<summary>
Determines whether the collection contains the specified hierarchy.
</summary>
<param name="hierarchy">The hierarchy object which is to be searched.</param>
<returns><c>true</c> if it contains the specified hierarchy; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.CopyTo(Syncfusion.Olap.Data.Hierarchy[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="hierarchyArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.IndexOf(Syncfusion.Olap.Data.Hierarchy)">
<summary>
Gets the index of the specified hierarchy.
</summary>
<param name="hierarchy">The hierarchy.</param>
<returns>The index of the hierarchy in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.Insert(System.Int32,Syncfusion.Olap.Data.Hierarchy)">
<summary>
Inserts the hierarchy at specified index.
</summary>
<param name="index">The index at which the hierarchy has to be inserted.</param>
<param name="hierarchy">The hierarchy object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.Remove(Syncfusion.Olap.Data.Hierarchy)">
<summary>
Removes the specified hierarchy.
</summary>
<param name="hierarchy">The hierarchy object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.FindByName(System.String)">
<summary>
Finds the hierarchy by its name.
</summary>
<param name="name">The name of the hierarchy.</param>
<returns>The hierarchy object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.FindByUniqueName(System.String)">
<summary>
Finds the hierarchy by its unique name.
</summary>
<param name="uniqueName">The unique name of the hierarchy.</param>
<returns>The hierarchy object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.HierarchyCollection.UpdateParent(System.Object)">
<summary>
Updates the parent.
</summary>
<param name="hierarchyObj">The hierarchy obj.</param>
</member>
<member name="P:Syncfusion.Olap.Data.HierarchyCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Hierarchy"/> at the specified index.
</summary>
<param name="index">The index of the hierarchy.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Kpi">
<summary>
Represents a KPI within a cube.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Kpi.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Kpi"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Kpi.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Kpi.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.Caption">
<summary>
Gets or sets the caption.
</summary>
<value>The caption.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.Description">
<summary>
Gets or sets the description.
</summary>
<value>The description.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.DisplayFolder">
<summary>
Gets or sets the display folder.
</summary>
<value>The display folder as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.StatusGraphic">
<summary>
Gets or sets the status graphic.
</summary>
<value>The status graphic as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.TrendGraphic">
<summary>
Gets or sets the trend graphic.
</summary>
<value>The trend graphic as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.UniqueName">
<summary>
Gets or sets the unique name.
</summary>
<value>The unique name as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.ParentKpi">
<summary>
Gets or sets the parent KPI.
</summary>
<value>The parent KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.ParentCubeSchema">
<summary>
Gets or sets the parent cube schema.
</summary>
<value>parent cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.Properties">
<summary>
Gets the properties.
</summary>
<value>The properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Kpi.GroupName">
<summary>
Gets the measure group name of the KPIs.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.KpiCollection">
<summary>
A Collection of KPI objects
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.KpiCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.#ctor(Syncfusion.Olap.Data.CubeSchema)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.KpiCollection"/> class.
</summary>
<param name="parent_CubeSchema">The parent cube schema.</param>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.Add(Syncfusion.Olap.Data.Kpi)">
<summary>
Adds the specified KPI.
</summary>
<param name="kpi">The KPI which is to be added.</param>
<returns>The index of the KPI object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.Contains(Syncfusion.Olap.Data.Kpi)">
<summary>
Determines whether the collection contains specified KPI.
</summary>
<param name="kpi">The KPI object which is to be searched.</param>
<returns><c>true</c> if it contains the specified KPI; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.CopyTo(Syncfusion.Olap.Data.Kpi[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="kpiArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.IndexOf(Syncfusion.Olap.Data.Kpi)">
<summary>
Gets the index of the specified KPI.
</summary>
<param name="kpi">The KPI.</param>
<returns>The index of the KPI in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.Insert(System.Int32,Syncfusion.Olap.Data.Kpi)">
<summary>
Inserts the KPI at specified index.
</summary>
<param name="index">The index at which the KPI has to be inserted.</param>
<param name="kpi">The KPI object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.Remove(Syncfusion.Olap.Data.Kpi)">
<summary>
Removes the specified KPI.
</summary>
<param name="kpi">The KPI object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.FindByName(System.String)">
<summary>
Finds the KPI by its name
</summary>
<param name="name">The name of the KPI.</param>
<returns>The KPI object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.FindByUniqueName(System.String)">
<summary>
Finds the KPI by its unique name
</summary>
<param name="uniqueName">The unique name of the KPI.</param>
<returns>The KPI object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.KpiCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="P:Syncfusion.Olap.Data.KpiCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Kpi"/> at the specified index.
</summary>
<param name="index">The index of the KPI.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Level">
<summary>
Represents a level within a hierarchy.
</summary>
<remarks >
Dimensions are complex structures in Microsoft SQL Server 2005 Analysis Services (SSAS),
containing members that are organized into levels, which in turn are organized into hierarchies.
In ADOMD.NET, levels are represented by the Level class.
</remarks>
</member>
<member name="F:Syncfusion.Olap.Data.Level.uniqueName">
<summary>
Gets or sets the unique name
</summary>
<value>The name unique name.</value>
</member>
<member name="M:Syncfusion.Olap.Data.Level.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Level"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Level.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Level.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Caption">
<summary>
Gets or sets the caption.
</summary>
<value>The caption.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Description">
<summary>
Gets or sets the description.
</summary>
<value>The description.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.IsMemberLoadedOnDemand">
<summary>
Gets or sets a value indicating whether this instance is member loaded on demand.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Level.LevelDepth">
<summary>
Gets the level depth.
</summary>
<value>The level depth.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.LevelType">
<summary>
Gets or sets the type of the level.
</summary>
<value>The type of the level.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.MemberCount">
<summary>
Gets or sets the member count.
</summary>
<value>The member count.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Members">
<summary>
Gets the members.
</summary>
<value>The members.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.CubeSchema">
<summary>
Gets or sets the cube schema.
</summary>
<value>The cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name of the Level</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.ParentHierarchy">
<summary>
Gets or sets the parent hierarchy.
</summary>
<value>The parent hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Properties">
<summary>
Gets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.UniqueName">
<summary>
Gets or sets the unique name.
</summary>
<value>The unique name as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Level.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Level"/> is visible.
</summary>
<value><c>true</c> if visible; otherwise, <c>false</c>.</value>
</member>
<member name="T:Syncfusion.Olap.Data.LevelCollection">
<summary>
Collection of Level objects
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.LevelCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.#ctor(Syncfusion.Olap.Data.Hierarchy)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.LevelCollection"/> class.
</summary>
<param name="parent_Hierarchy">The parent hierarchy.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.Add(Syncfusion.Olap.Data.Level)">
<summary>
Adds the specified level.
</summary>
<param name="level">The level which is to be added.</param>
<returns>The index of the level object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.Contains(Syncfusion.Olap.Data.Level)">
<summary>
Determines whether the collection contains specified level.
</summary>
<param name="level">The level object which is to be searched.</param>
<returns><c>true</c> if it contains the specified level; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.CopyTo(Syncfusion.Olap.Data.Level[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="levelArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.IndexOf(Syncfusion.Olap.Data.Level)">
<summary>
Gets the index of the specified level.
</summary>
<param name="level">The level.</param>
<returns>The index of the level in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.Insert(System.Int32,Syncfusion.Olap.Data.Level)">
<summary>
Inserts the level at specified index.
</summary>
<param name="index">The index at which the level has to be inserted.</param>
<param name="level">The level object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.Remove(Syncfusion.Olap.Data.Level)">
<summary>
Removes the specified level.
</summary>
<param name="level">The level object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not over ridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.FindByName(System.String)">
<summary>
Finds the level by its name.
</summary>
<param name="name">The name of the level.</param>
<returns>The level object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.FindByUniqueName(System.String)">
<summary>
Finds the level by its unique name.
</summary>
<param name="uniqueName">The unique name of the level.</param>
<returns>The level object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.LevelCollection.UpdateParent(System.Object,System.Int32)">
<summary>
Updates the parent.
</summary>
<param name="levelObj">The level obj.</param>
<param name="index">The index.</param>
</member>
<member name="P:Syncfusion.Olap.Data.LevelCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Level"/> at the specified index.
</summary>
<param name="index">The index of the level.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Measure">
<summary>
Represents the measure within a cube or measure group.
</summary>
<remarks>
A measure represents the data within a fact table that is being organized and aggregated by the cube.
In ADOMD.NET, the measure represents the meta-data for a measure within a cube. A measure is
not explicitly identified in a cell set, because a measure is treated as a member for querying purposes
and is represented by a measure within the measures collection of a CubeDef.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.Measure.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Measure"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Measure.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Measure.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Caption">
<summary>
Gets or sets the caption of the measure.
</summary>
<value>The caption of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Description">
<summary>
Gets or sets the description of the measure.
</summary>
<value>The description of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.GroupName">
<summary>
Gets or sets the name of the measure group.
</summary>
<value>The name of the measure group.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.DisplayFolder">
<summary>
Gets or sets the name of the display folder.
</summary>
<value>The name of the display folder.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Expression">
<summary>
Gets or sets the expression of calculated measure.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Name">
<summary>
Gets or sets the name of the measure.
</summary>
<value>The name of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.NumericPrecision">
<summary>
Gets or sets the numeric precision.
</summary>
<value>The numeric precision.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.NumericScale">
<summary>
Gets or sets the numeric scale value.
</summary>
<value>The numeric scale value.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.ParentCubeName">
<summary>
Gets or sets the name of the parent cube.
</summary>
<value>The name of the parent cube.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.ParentCubeSchema">
<summary>
Gets or sets the parent cube schema.
</summary>
<value>The parent cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.MeasureAggregator">
<summary>
Gets or sets the aggregate of measures.
</summary>
<value>The aggregate of measures</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.UniqueName">
<summary>
Gets or sets the unique name of the measure.
</summary>
<value>The unique name of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Units">
<summary>
Gets or sets the units of the measure.
</summary>
<value>The units of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Measure.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Measure"/> is visible.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.MeasureCollection">
<summary>
Represents the collection of measure objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.#ctor(Syncfusion.Olap.Data.CubeSchema)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MeasureCollection"/> class.
</summary>
<param name="parent_CubeSchema">The parent cube schema.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MeasureCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.Add(Syncfusion.Olap.Data.Measure)">
<summary>
Adds the specified measure.
</summary>
<param name="measure">The measure which is to be added.</param>
<returns>The index of the measure object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.Contains(Syncfusion.Olap.Data.Measure)">
<summary>
Determines whether the collection contains specified measure.
</summary>
<param name="measure">The measure object which is to be searched.</param>
<returns><c>true</c> if it contains the specified measure; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.CopyTo(Syncfusion.Olap.Data.Measure[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="measureArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.IndexOf(Syncfusion.Olap.Data.Measure)">
<summary>
Gets the index of the specified measure.
</summary>
<param name="measure">The measure.</param>
<returns>The index of the measure in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.Insert(System.Int32,Syncfusion.Olap.Data.Measure)">
<summary>
Inserts the measure at specified index.
</summary>
<param name="index">The index at which the measure has to be inserted.</param>
<param name="measure">The measure object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.Remove(Syncfusion.Olap.Data.Measure)">
<summary>
Removes the specified measure.
</summary>
<param name="measure">The measure object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not over-ridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.FindByName(System.String)">
<summary>
Finds the measure by its name.
</summary>
<param name="name">The name of the measure.</param>
<returns>The measure object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.FindByUniqueName(System.String)">
<summary>
Finds the measure by its unique name.
</summary>
<param name="uniqueName">The unique name of the measure.</param>
<returns>The measure object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MeasureCollection.UpdateParent(System.Object)">
<summary>
Updates the parent.
</summary>
<param name="measureObj">The measure obj.</param>
</member>
<member name="P:Syncfusion.Olap.Data.MeasureCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.Measure"/> at the specified index.
</summary>
<param name="index">The index of the measure.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Member">
<summary>
Represents a single member within a hierarchy, tuple, level, or member.
</summary>
<remarks>
A member is an item in a hierarchy that represents one or more records in the underlying
relational database. A member is the lowest level of reference used when accessing
cell data in a cube.
<para>
Members are used to construct tuples, which in turn are used to construct sets. Members are
organized hierarchically; a member can have other members associated with it. For example, in
a time dimension that contains three levels named Year, Month, and Day, the members of the
Day level are leaf members because they have no child members. The members in the Year and
Month levels are non-leaf members, because each member in the Month level has at least 28 child
members from the Day level and each member in the Year level has 12 child members from the
Month level.
</para>
<para>
The member encapsulates the information necessary to describe a member, including a collection of
member objects that contain child members, if applicable.
</para>
<para>
The information available to a member depends on the parent of the collection of members from which the
member was retrieved. While the members collection externally represents a collection of member
objects for a specified Hierarchy, Tuple, Level, or Member, the collection is internally loaded and
managed in one of two ways, depending on the parent of the Hierarchy, Tuple, Level, or Member:
</para>
<para>
* If the parent object was referenced through a CubeSchema in order to retrieve meta-data from the server,
then the collection represents the members that are defined for the parent object.
</para>
<para>
* If the parent object was referenced through a CellSet in order to retrieve meta-data from a query, then the
collection represents the members that are retrieved for the set (or axis) that contains the parent object.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Olap.Data.Member.levelUniqueName">
<summary>
Gets or sets the name of the level unique.
</summary>
<value>The name of the level unique.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Member.uniqueName">
<summary>
Gets or sets the name of the unique.
</summary>
<value>The name of the unique.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Member.caption">
<summary>
Gets or sets the caption of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Member.parentUniqueName">
<summary>
Gets or sets the caption of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="F:Syncfusion.Olap.Data.Member.parentCaption">
<summary>
Gets or sets the caption of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="M:Syncfusion.Olap.Data.Member.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Member"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Member.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Member.GetDimension(Syncfusion.Olap.Data.CubeSchema)">
<summary>
Gets the dimension.
</summary>
<param name="cubeSchema">The cube schema.</param>
<returns>The dimension object if matches, else returns null</returns>
</member>
<member name="M:Syncfusion.Olap.Data.Member.GetDimension">
<summary>
Gets the dimension.
</summary>
<returns>The Dimension object</returns>
</member>
<member name="M:Syncfusion.Olap.Data.Member.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Caption">
<summary>
Gets or sets the caption of the member.
</summary>
<value>The caption of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ChildMembers">
<summary>
Gets or sets the collection of child members.
</summary>
<value>The collection of child members.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.CubeSchema">
<summary>
Gets or sets the cube schema.
</summary>
<value>The cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Description">
<summary>
Gets or sets the description of the member.
</summary>
<value>The description of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.DrilledDown">
<summary>
Gets or sets a value indicating whether the member is drilled down.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Member.HasChildMembers">
<summary>
Gets or sets a value indicating whether the member has child members.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Member.IsMemberLoadedOnDemand">
<summary>
Gets a value indicating whether the member is loaded on demand.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Member.KPIStatusGraphic">
<summary>
Gets or sets the KPI status graphic value.
</summary>
<value>The KPI status graphic value.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.KPITrendGraphic">
<summary>
Gets or sets the KPI trend graphic value.
</summary>
<value>The KPI trend graphic value.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.KPIType">
<summary>
Gets or sets the type of the KPI.
</summary>
<value>The type of the KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.LevelDepth">
<summary>
Gets or sets the level depth of the member.
</summary>
<value>The level depth of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.LevelUniqueName">
<summary>
Gets or sets the unique name of the level.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Name">
<summary>
Gets or sets the name of the member.
</summary>
<value>The name of the member object</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentUniqueName">
<summary>
Gets or sets the unique name of the parent object.
</summary>
<value>The parent unique name as string.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentCaption">
<summary>
Gets or sets the caption of the parent object.
</summary>
<value>The caption of parent object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentCustomUniqueName">
<summary>
Gets the custom unique name of the parent object.
</summary>
<value>The custom unique name of the parent object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentLevel">
<summary>
Gets or sets the parent level of the member.
</summary>
<value>The parent level of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentMember">
<summary>
Gets or sets the parent member.
</summary>
<value>The parent member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentHierarchy">
<summary>
Gets or sets the parent hierarchy.
</summary>
<value>The parent hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.ParentDimension">
<summary>
Gets or sets the parent dimension.
</summary>
<value>The parent dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.MemberProperties">
<summary>
Gets or sets the collection of member properties.
</summary>
<value>The collection of member properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Type">
<summary>
Gets or sets the type of the member.
</summary>
<value>The type of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.UniqueName">
<summary>
Gets or sets the unique name of the member.
</summary>
<value>The unique name of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.CustomUniqueName">
<summary>
Gets the custom unique name of the member.
</summary>
<value>The custom unique name of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Member.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Member"/> is visible.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.MemberCollection">
<summary>
Represents the collection of member objects.
</summary>
<remarks>
Although the MemberCollection class externally represents a collection of member objects, the
collection is internally loaded and managed in one of two ways, depending on the parent of
the collection:
<para>
* If the parent object was referenced as a result of a query, as in the case of a Tuple, then the collection
represents the members referenced by that query.
</para>
<para>
* If the parent object was referenced as a result of a request for meta-data, then the collection represents
the members referenced by the definition of the parent object.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.#ctor(System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MemberCollection"/> class.
</summary>
<param name="parent_">The parent object.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MemberCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.AddRange(Syncfusion.Olap.Data.MemberCollection)">
<summary>
Adds the elements of the specified collection to the end of the <see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="memberCollection">The collection of members.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.FindByName(System.String)">
<summary>
Finds the member by its name.
</summary>
<param name="name">The name of the member object.</param>
<returns>The member object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.FindByUniqueName(System.String)">
<summary>
Finds the member by its unique name.
</summary>
<param name="uniqueName">The unique name of the member object.</param>
<returns>The member object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.InsertItem(System.Int32,Syncfusion.Olap.Data.Member)">
<summary>
Inserts an element into the <see cref="T:System.Collections.ObjectModel.Collection`1">Collection&lt;T&gt;</see> at
the specified index.
</summary>
<param name="index">The zero-based index at which item should be inserted.</param>
<param name="item">The object to insert. The value can be null for reference types.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.SetItem(System.Int32,Syncfusion.Olap.Data.Member)">
<summary>
Replaces the element at the specified index.
</summary>
<param name="index">The zero-based index of the element to replace.</param>
<param name="item">The new value for the element at the specified index. The value can be null for reference types.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than zero.-or-<paramref name="index"/> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count"/>.</exception>
</member>
<member name="M:Syncfusion.Olap.Data.MemberCollection.UpdateMemberParent(Syncfusion.Olap.Data.Member)">
<summary>
Updates the member parent.
</summary>
<param name="parent_">The parent.</param>
</member>
<member name="T:Syncfusion.Olap.Data.MetaTreeHelper">
<summary>
Represents the helper class for meta tree node objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.DimensionCollection)">
<summary>
Fills the meta tree node with dimension.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="includeMembers">Indicates whether to include members.</param>
<param name="dimensionCollection">The collection of dimension objects.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Reports.MeasureElements,Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.MeasureCollection,System.Boolean,System.Boolean)">
<summary>
Fills the meta tree node with measure.
</summary>
<param name="measureElements">The measure elements.</param>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="measureCollection">The collection of measure objects.</param>
<param name="isGroupVisible">Indicates whether the group is visible.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Reports.VirtualKpiElement,Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Reports.Items,System.Boolean)">
<summary>
Fills the meta tree node with virtual KPI.
</summary>
<param name="virtualKpiElement">The virtual KPI element.</param>
<param name="metaTreeNodekpis">The meta tree node for cube.</param>
<param name="items">The items collection.</param>
<param name="isOverideNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Reports.KpiElements,Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.KpiCollection,System.Boolean)">
<summary>
Fills the meta tree node with KPI.
</summary>
<param name="kpiElements">The KPI elements.</param>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="kpiCollection">The collection of KPIs.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Reports.Items,System.Boolean)">
<summary>
Fills the meta tree node with calculated members.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="calculatedMembers">The collection of calculated members.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Reports.Items)">
<summary>
Fills the meta tree node with virtual KPI group.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="virtualKpiElements">The virtual KPI members.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.GetVirtualKpiNode(Syncfusion.Olap.Reports.VirtualKpiElement,Syncfusion.Olap.Reports.Items)">
<summary>
Gets the virtual KPI node.
</summary>
<param name="virtualKpiElement">The virtual KPI element.</param>
<param name="items">The items collection.</param>
<returns>The virtual KPI node.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.MeasureCollection,System.Boolean,System.Boolean,Syncfusion.Olap.Data.SortCubeMeasureOrder,System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
Fills the meta tree node with measure group.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="measureCollection">The collection of measure objects.</param>
<param name="isGroupVisible">Indicates whether the group is visible.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
<param name="sortOrder">The sorting order.</param>
<param name="groupCaptions">The caption of measure groups.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.MeasureCollection,System.Boolean,System.Boolean)">
<summary>
Fills the meta tree node without ordering collection of measures.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="measureCollection">The collection of measure objects.</param>
<param name="isGroupVisible">Indicates whether the group is visible.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.MeasureCollection,System.Boolean,System.Boolean,Syncfusion.Olap.Data.SortCubeMeasureOrder)">
<summary>
Fills the meta tree node with ordering collection of measures.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="measureCollection">The collection of measure objects.</param>
<param name="isGroupVisible">Indicates whether the group is visible.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
<param name="sortOrder">The sorting order.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.KpiCollection,System.Boolean,System.Boolean)">
<summary>
Fills the meta tree node with collection of KPIs.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="kpiCollection">The collection of KPIs.</param>
<param name="isGroupVisible">Indicates whether the group is visible.</param>
<param name="isOverrideCurrentNode">Indicates whether to override the current node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.Dimension)">
<summary>
Fills the meta tree node with dimension.
</summary>
<param name="mtNodeDimension">The dimension meta tree node.</param>
<param name="includeMembers">Indicates whether to include the members.</param>
<param name="dimensionObj">The dimension object.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Hierarchy)">
<summary>
Fills the meta tree node with hierarchy.
</summary>
<param name="mtNodeHierarchy">The hierarchy meta tree node.</param>
<param name="hierarchy">The hierarchy object.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.Dimension,Syncfusion.Olap.Data.NamedSetCollection)">
<summary>
Fills the meta tree node with named set.
</summary>
<param name="mtNodeDimension">The dimension meta tree node.</param>
<param name="includeMembers">Indicates whether to include the members.</param>
<param name="dimensionObj">The dimension object.</param>
<param name="namedSetCollection">The collection of named set.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Level,System.Boolean,System.Boolean)">
<summary>
Fills the meta tree node with level.
</summary>
<param name="metaTreeLevel">The meta tree level.</param>
<param name="levelObj">The level obj.</param>
<param name="overrideOnDemandLoad">Indicates whether to load the member on demand.</param>
<param name="includeChildMembers">Indicates whether to include child members.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Fills the meta tree node with member.
</summary>
<param name="metaTreeMember">The meta tree member.</param>
<param name="memberObj">The member object.</param>
<param name="overrideOnDemandLoad">Indicates whether to load the member on demand.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Member,System.Boolean,System.Boolean)">
<summary>
Fills the meta tree node with or without child members.
</summary>
<param name="metaTreeMember">The meta tree member.</param>
<param name="memberObj">The member object.</param>
<param name="overrideOnDemandLoad">Indicates whether to load the member on demand.</param>
<param name="includeChildMembers">Indicates whether to include child members.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Member,System.Boolean,System.Boolean,System.Int32)">
<summary>
Fills the meta tree node with or without child members by specifying maximum level.
</summary>
<param name="metaTreeMember">The meta tree member.</param>
<param name="memberObj">The member object.</param>
<param name="overrideOnDemandLoad">Indicates whether to load the member on demand.</param>
<param name="includeChildMembers">Indicates whether to include child members.</param>
<param name="maxLevel">The maximum level.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Object)">
<summary>
Fills the meta tree node with specified object.
</summary>
<param name="mtNode">The MetaTree node.</param>
<param name="element">The element.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.DimensionCollection,Syncfusion.Olap.Data.NamedSetCollection)">
<summary>
Fills the meta tree node with the collection of dimension and named set objects.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="includeMembers">Indicates whether to include the members.</param>
<param name="dimensionCollection">The collection of dimension objects.</param>
<param name="namedSetCollection">The collection of named set objects.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.DimensionCollection,Syncfusion.Olap.Data.DimensionCollection,Syncfusion.Olap.Data.NamedSetCollection)">
<summary>
Fills the meta tree node without excluded dimensions and with the collection of named set objects.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="includeMembers">Indicates whether to include the members.</param>
<param name="dimensionCollection">The collection of dimension objects.</param>
<param name="removedDimensionCollection">The collection of excluded dimension objects.</param>
<param name="namedSetCollection">The collection of named set objects.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean,Syncfusion.Olap.Data.CubeSchema,System.Collections.Generic.List{System.String})">
<summary>
Fills the meta tree node by hiding some measures and dimensions.
</summary>
<param name="mtNodeCube">The meta tree node for cube.</param>
<param name="includeMembers">Indicates whether to include the members.</param>
<param name="cubeSchema">The cube schema.</param>
<param name="removedElements">The elements that are removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillSelectedNodeCollection(Syncfusion.Olap.Data.MetaTreeNodeCollection,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Fills the selected node collection.
</summary>
<param name="mtNodeCollection">The meta tree node collection.</param>
<param name="mtNode">The meta tree node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.FillSelectedNodeCollectionVersion3(Syncfusion.Olap.Data.MetaTreeNodeCollection,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Fills the selected node collection version3.
</summary>
<param name="mtNodeCollection">The meta tree node collection.</param>
<param name="mtNode">The meta tree node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.ForceFillChildNodes(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Forces to the fill the child nodes.
</summary>
<param name="mtn">The meta tree node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.GetLevelOfKPI(System.String)">
<summary>
Gets the level of the KPI.
</summary>
<param name="displayFolderName">The display name of the folder.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeHelper.RemoveUnselectedNode(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Removes the unselected node.
</summary>
<param name="metaTreeNode">The meta tree node.</param>
</member>
<member name="T:Syncfusion.Olap.Data.MetaTreeNode">
<summary>
Represents the wrapper class on top of OLAP object model which contains
information about Cube, Measure, Dimension, Hierarchies, Level and Members
in an Hierarchical format.
</summary>
<remarks>
Each node in the meta tree will contain a reference to the unwrapped object model of its parent in the
property collection member.
</remarks>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNode.caption">
<summary>
Gets or sets the caption.
</summary>
<value>The caption.</value>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNode.nodeCheckedType">
<summary>
Gets or sets Node checked type.
</summary>
<value>MetaTreeNodeCheckedType .</value>
</member>
<member name="F:Syncfusion.Olap.Data.MetaTreeNode.properties">
<summary>
Gets or sets the properties.
</summary>
<value>The properties.</value>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MetaTreeNode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.#ctor(System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MetaTreeNode"/> class.
</summary>
<param name="name">The name of the meta tree node.</param>
<param name="caption_">The caption of the meta tree node.</param>
<param name="description">The description of the meta tree node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.AcceptIsSelectedChanges(System.Boolean)">
<summary>
Accepts the changes that are done based on the selection of meta tree node.
</summary>
<param name="updateParent">Indicates whether to update the parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.RevertIsSelectedChanged(System.Boolean)">
<summary>
Reverts the changes that are done based on the selection of meta tree node.
</summary>
<param name="updateParent">Indicates whether to update the parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
<remarks>
ParentNode property will not be cloned, because cloning of current object cannot hold the
reference to the parent object.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.GetRootNode">
<summary>
Gets the root node.
</summary>
<returns>The root node.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.SetIsChecked(System.Nullable{System.Boolean},System.Boolean,System.Boolean)">
<summary>
Updates the value of IsSelected property in meta tree node.
</summary>
<param name="value">The value that denotes whether the node gets selected or not.</param>
<param name="updateChildren">Indicates whether to update the child nodes.</param>
<param name="updateParent">Indicates whether to update the parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.OnPropertyChanged(System.String)">
<summary>
Called when [property changed].
</summary>
<param name="prop">The property name</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNode.VerifyCheckState">
<summary>
Verifies the checked state.
</summary>
</member>
<member name="E:Syncfusion.Olap.Data.MetaTreeNode.PropertyChanged">
<summary>
Occurs when a property value changes.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.CheckedState">
<summary>
Gets or sets the checked state.
</summary>
<value>The checked state.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.IsSelected">
<summary>
Gets or sets a value indicating whether the meta tree node is selected.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.Caption">
<summary>
Gets or sets the caption of the meta tree node.
</summary>
<value>The caption of the meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.ChildNodes">
<summary>
Gets or sets the collection of child nodes.
</summary>
<value>The collection of child nodes.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.Description">
<summary>
Gets or sets the description of the meta tree node.
</summary>
<value>The description of the meta tree node..</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.IsFilter">
<summary>
Get or set a value indicating whether the dimension is in slicer axis or not.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.HasValidChildren">
<summary>
Gets a value indicating whether this instance has valid children.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.HasChildMembers">
<summary>
Gets or sets a value indicating whether this instance has child members.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.LevelDepth">
<summary>
Gets or sets the level depth of the meta tree node.
</summary>
<value>The level depth of the meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.DisableUpdateReport">
<summary>
Gets or sets a value indicating whether to disable the update of report.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.Name">
<summary>
Gets or sets the name of the meta tree node.
</summary>
<value>The name of the meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.NodeCheckedType">
<summary>
Gets or sets the type of the node to identify how it is checked.
</summary>
<value>The type of the node to identify how it is checked.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.NodeType">
<summary>
Gets or sets the type of the meta tree node.
</summary>
<value>The type of the meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.ParentNode">
<summary>
Gets or sets the parent node.
</summary>
<value>The parent node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.UniqueName">
<summary>
Gets or sets the unique name of the meta tree node.
</summary>
<value>The unique name of the meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNode.FontWeight">
<summary>
Gets or sets the font style as bold or normal.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.MetaTreeNodeCollection">
<summary>
Represents the collection of meta tree nodes.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.#ctor(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.MetaTreeNodeCollection"/> class.
</summary>
<param name="parent_Node">The parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.Insert(System.Int32,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Inserts the meta tree node at specified index.
</summary>
<param name="index">The index at which the meta tree node has to be inserted.</param>
<param name="metaTreeNode">The meta tree node which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.Remove(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Removes the specified meta tree node.
</summary>
<param name="metaTreeNode">The meta tree node which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.Add(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Adds the specified meta tree node.
</summary>
<param name="metaTreeNode">The meta tree node which is to be added.</param>
<returns>The index of the meta tree node object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.AcceptIsSelectedChanges(System.Boolean)">
<summary>
Accepts the changes that are done based on the selection of meta tree node.
</summary>
<param name="updateParent">Indicates whether to update the parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.RevertIsSelectedChanged(System.Boolean)">
<summary>
Reverts the changes that are done based on the selection of meta tree node.
</summary>
<param name="updateParent">Indicates whether to update the parent node.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.FindByUniqueName(System.String)">
<summary>
Finds the meta tree node by its unique name.
</summary>
<param name="uniqueName">The unique name.</param>
<returns>The meta tree node.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.MetaTreeNodeCollection.UpdateParent(System.Object)">
<summary>
Updates the parent.
</summary>
<param name="metaTreeNodeObj">The meta tree node obj.</param>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNodeCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Data.MetaTreeNode"/> with the specified name.
</summary>
<value>The meta tree node.</value>
</member>
<member name="P:Syncfusion.Olap.Data.MetaTreeNodeCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.MetaTreeNode"/> at the specified index.
</summary>
<param name="index">The index of the meta tree node.</param>
</member>
<member name="T:Syncfusion.Olap.Data.NamedSet">
<summary>
Represents a Named Set within a cube.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSet.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.NamedSet"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSet.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.ParentCubeSchema">
<summary>
Gets or sets the parent cube schema.
</summary>
<value>The parent cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.Name">
<summary>
Gets or sets the name of the named set object.
</summary>
<value>The name of the named set object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.Caption">
<summary>
Gets or sets the caption of the named set object.
</summary>
<value>The caption of the named set object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.UniqueName">
<summary>
Gets the unique name of the named set object.
</summary>
<value>The unique name of the named set object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.ParentHierarchyName">
<summary>
Gets or sets the name of the parent hierarchy.
</summary>
<value>The name of the parent hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.ParentDimensionName">
<summary>
Gets or sets the name of the parent dimension.
</summary>
<value>The name of the parent dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.Expression">
<summary>
Gets or sets the expression.
</summary>
<value>The expression.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.Description">
<summary>
Gets or sets the description of the named set object.
</summary>
<value>The description of the named set object.</value>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSet.DisplayFolder">
<summary>
Gets or sets the name of the display folder.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.NamedSetCollection">
<summary>
Represents the on-demand collection of named set objects within a cube.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.NamedSetCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.#ctor(Syncfusion.Olap.Data.CubeSchema)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.DimensionCollection"/> class.
</summary>
<param name="parent_CubeSchema">The parent cube schema.</param>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.Add(Syncfusion.Olap.Data.NamedSet)">
<summary>
Adds the specified named set.
</summary>
<param name="namedSet">The named set which is to be added.</param>
<returns>The index of the named set object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.Contains(Syncfusion.Olap.Data.NamedSet)">
<summary>
Determines whether the collection contains specified named set.
</summary>
<param name="namedSet">The named set object which is to be searched.</param>
<returns><c>true</c> if it contains the specified named set; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.CopyTo(Syncfusion.Olap.Data.NamedSet[],System.Int32)">
<summary>
Copies all the elements of the current collection to the specified one-dimensional array.
</summary>
<param name="namedSetArray">The one-dimensional array that is the destination of the elements copied from the current array.</param>
<param name="index">The index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.IndexOf(Syncfusion.Olap.Data.NamedSet)">
<summary>
Gets the index of the specified named set.
</summary>
<param name="namedSet">The named set.</param>
<returns>The index of the named set in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.Insert(System.Int32,Syncfusion.Olap.Data.NamedSet)">
<summary>
Inserts the named set at specified index.
</summary>
<param name="index">The index at which the named set has to be inserted.</param>
<param name="namedSet">The named set object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.Remove(Syncfusion.Olap.Data.NamedSet)">
<summary>
Removes the specified named set.
</summary>
<param name="namedSet">The named set object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.FindByName(System.String)">
<summary>
Finds the named set by its name.
</summary>
<param name="name">The name of the named set.</param>
<returns>The named set object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.FindByUniqueName(System.String)">
<summary>
Finds the named set by its unique name.
</summary>
<param name="uniqueName">The unique name of the named set.</param>
<returns>The named set object.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Data.NamedSetCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="P:Syncfusion.Olap.Data.NamedSetCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Data.NamedSet"/> at the specified index.
</summary>
<param name="index">The index of the named set.</param>
</member>
<member name="T:Syncfusion.Olap.Data.Property">
<summary>
Represents the property of various objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Property.#ctor(System.String,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Property"/> class.
</summary>
<param name="name">The name of the property.</param>
<param name="value">The value of the property.</param>
</member>
<member name="M:Syncfusion.Olap.Data.Property.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Property.Name">
<summary>
Gets the name of the property.
</summary>
<value>The name of the property.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Property.Value">
<summary>
Gets or sets the value of the property.
</summary>
<value>The value.</value>
</member>
<member name="T:Syncfusion.Olap.Data.PropertyCollection">
<summary>
Represents the collection of properties that can be added to DataColumn, Dataset or DataTable.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.PropertyCollection.Add(System.String,System.Object)">
<summary>
Adds a property with specified name and value.
</summary>
<param name="name">The name of the property.</param>
<param name="value">The value of the property.</param>
<returns>The index at which the property gets added in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.PropertyCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Data.PropertyCollection.FindByName(System.String)">
<summary>
Finds the property by its name.
</summary>
<param name="name">The name of the property to be found.</param>
<returns>The property from the collection.</returns>
</member>
<member name="T:Syncfusion.Olap.Data.PropertyConstants">
<summary>
Defines all constants that are used in the properties as names.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AdomdKpiFolderName">
<summary>
Represents the property name for the display folder of KPI objects.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AdomdkpiName">
<summary>
Represents the property name for the KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AdomdMeasureGroupName">
<summary>
Represents the property name for the ADOMD Measure group.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AdomdMeasureDisplayFolder">
<summary>
Represents the property name for the display folder of an ADOMD Measure object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AxisElementBuilderCategorical">
<summary>
Represents the property name for the Categorical (Or Column) axis of the AxisElementBuilder.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AxisElementBuilderSeries">
<summary>
Represents the property name for the Series (Or Row) axis of the AxisElementBuilder.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AxisElementBuilderSlicer">
<summary>
Represents the property name for the Slicer (Or Filter) axis of the AxisElementBuilder.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.ChartControl">
<summary>
Represents the property name for the Chart control.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.DefaultHierarchy">
<summary>
Represents the property name for the default hierarchy.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Dimension">
<summary>
Represents the property name for the dimension object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.GridControl">
<summary>
Represents the property name for the grid control.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Hierarchy">
<summary>
Represents the property name for the hierarchy object,
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.KPI">
<summary>
Represents the property name for the KPI (Key Performance Indicator) object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.KPI_GOAL">
<summary>
Represents the property name for the goal in KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.KPI_STATUS">
<summary>
Represents the property name for the status in KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.KPI_TREND">
<summary>
Represents the property name for the trend in KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.KPI_VALUE">
<summary>
Represents the property name for the value in KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Level">
<summary>
Represents the property name for the level object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MeasrueNodeName">
<summary>
Represents the property name for the measure object node.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Measure">
<summary>
Represents the property name for the measure object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MeasureGroupName">
<summary>
Represents the property name for the group name of the measure object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Measures">
<summary>
Represents the name for the measures object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Member">
<summary>
Represents the property name for the member object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MemberName">
<summary>
Represents the property name for the ADOMD member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MetaTreeDimension">
<summary>
Represents the name for the meta tree dimension object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MetaTreeHierarchy">
<summary>
Represents the name for the meta tree hierarchy object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MetaTreeLevel">
<summary>
Represents the name for the meta tree level object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.MetaTreeMember">
<summary>
Represents the name for the MetaTree member object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Measure_Aggregator">
<summary>
Represents the property name for the aggregate of measure objects.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.NamedSet">
<summary>
Represents the property name for the named set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.NamedSetDisplayFolder">
<summary>
Represents the property name for the display folder of named sets.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.NamedSetDimension">
<summary>
Represents the property name for the named set dimensions.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Value">
<summary>
Represents the property name for the value;
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Goal">
<summary>
Represents the name for the goal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Status">
<summary>
Represents the name for the status.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.Trend">
<summary>
Represents the name for the trend.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.AxisElements">
<summary>
Represents the property name for axis elements.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.CalculateMeasureNodeName">
<summary>
Represents the node name as calculated measure object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.CalculatedMemberNodeName">
<summary>
Represents the node name as calculated member object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.CalculatedMemberHeaderName">
<summary>
Represents the header name for the calculated member object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKpiHeaderName">
<summary>
Represents the header name for the virtual KPI.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKpiNodeName">
<summary>
Represents the node name for the virtual KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKPI_Value">
<summary>
Represents the property name for the value in virtual KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKPI_Goal">
<summary>
Represents the property name for the goal in virtual KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKPI_Status">
<summary>
Represents the property name for the status in virtual KPI object.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.PropertyConstants.VirtualKPI_Trend">
<summary>
Represents the property name for the trend in virtual KPI object.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.SynchronizationContextDictionary">
<summary>
Provides the basic functionality for propagating a synchronization context in various synchronization models.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.SynchronizationContextDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.SynchronizationContextDictionary"/> class.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.Tuple">
<summary>
Represents an ordered collection of members from different hierarchies.
</summary>
<remarks>
A tuple consists of an ordered collection of members.
<para>
A tuple cannot contain more than one member from any single hierarchy.
</para>
<para>
In ADOMD.NET, a tuple is represented by encapsulating the collection of member objects that define the tuple.
Tuple objects can be referenced only through the property of Tuples in a cell set.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Olap.Data.Tuple.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.Tuple"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.Tuple.ToString">
<summary>
Returns the <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="M:Syncfusion.Olap.Data.Tuple.ToUniqueString">
<summary>
Returns the unique <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>A unique <see cref="T:System.String"/> that represents this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Data.Tuple.Members">
<summary>
Gets or sets the collection members of the tuple.
</summary>
<value>The collection members of the tuple.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Tuple.OrdinalPosition">
<summary>
Gets or sets the ordinal position of the tuple.
</summary>
<value>The ordinal position of the tuple.</value>
</member>
<member name="P:Syncfusion.Olap.Data.Tuple.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Data.Tuple"/> is visible.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.TupleCollection">
<summary>
Represents the collection of the tuples.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.TupleCollection.MaxLevel">
<summary>
Gets or sets the maximum level of the current member in the tuple set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.TupleCollection.MinLevel">
<summary>
Gets or sets the minimum level of the current member in the tuple set.
</summary>
</member>
<member name="F:Syncfusion.Olap.Data.TupleCollection.valueSet">
<summary>
Gets or sets a value indicating whether the minimum level has been already set or not.
Returns true if it is already set or else returns false.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.TupleCollection.#ctor(Syncfusion.Olap.Data.Axis)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.TupleCollection"/> class.
</summary>
<param name="parent_Axis">The parent axis.</param>
</member>
<member name="M:Syncfusion.Olap.Data.TupleCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Data.TupleCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Data.TupleCollection.InsertItem(System.Int32,Syncfusion.Olap.Data.Tuple)">
<summary>
Inserts an element into the <see cref="T:System.Collections.ObjectModel.Collection`1"/> at the specified index.
</summary>
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
<param name="item">The object to insert. The value can be null for reference types.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than zero.-or-<paramref name="index"/> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count"/>.</exception>
</member>
<member name="M:Syncfusion.Olap.Data.TupleCollection.SetItem(System.Int32,Syncfusion.Olap.Data.Tuple)">
<summary>
Replaces the element at the specified index.
</summary>
<param name="index">The zero-based index of the element to replace.</param>
<param name="item">The new value for the element at the specified index. The value can be null for reference types.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than zero.-or-<paramref name="index"/> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count"/>.</exception>
</member>
<member name="T:Syncfusion.Olap.IPageableControl">
<summary>
Represents the IPageable interface.
</summary>
</member>
<member name="M:Syncfusion.Olap.IPageableControl.DataBind">
<summary>
Binds the data.
</summary>
</member>
<member name="E:Syncfusion.Olap.IPageableControl.RefreshPager">
<summary>
Occurs when [refresh pager].
</summary>
</member>
<member name="P:Syncfusion.Olap.IPageableControl.OlapDataManager">
<summary>
Gets or sets the data manager.
</summary>
<value>The data manager.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.Extension.PivotExtension">
<summary>
Represents the extension class for pivot operations.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupByMany``1(System.Collections.Generic.IEnumerable{``0},System.Int32,System.Func{``0,System.Object}[])">
<summary>
Groups many elements to one group.
</summary>
<typeparam name="TElement">The type of the element.</typeparam>
<param name="elements">The collection of elements.</param>
<param name="currentLevel">The current level.</param>
<param name="groupSelectors">The group selectors.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupByMany``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{System.Func{``0,System.Object}})">
<summary>
Groups many elements to one group.
</summary>
<typeparam name="TElement">The type of the element.</typeparam>
<param name="elements">The collection of elements.</param>
<param name="groupSelectors">The group selectors.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupBy(System.Collections.Generic.IEnumerable{System.Data.DataRow},System.Linq.Expressions.Expression{System.Func{System.Data.DataRow,System.Object}}[])">
<summary>
Groups by rows.
</summary>
<param name="rows">The collection of rows.</param>
<param name="groupSelectors">The array of group selectors.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupBy(System.Data.DataTable,System.String[])">
<summary>
Groups by data table with properties.
</summary>
<param name="source">The source.</param>
<param name="properties">The array of properties.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupByMany(System.Linq.IQueryable,System.Collections.Generic.IEnumerable{System.String})">
<summary>
Groups many elements to one group.
</summary>
<param name="source">The source.</param>
<param name="properties">The collection of properties.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.PivotExtension.GroupBy(System.Linq.IQueryable,System.String[])">
<summary>
Group by IQueryable source.
</summary>
<param name="source">The source.</param>
<param name="properties">The array of properties.</param>
<returns>IEnumerable of group result.</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.Extension.HeaderInfo">
<summary>
Represents header information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.HeaderInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.Extension.HeaderInfo"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.HeaderInfo.HeaderCaptions">
<summary>
Gets or sets the list of header captions.
</summary>
<value>The list of header captions.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.HeaderInfo.RowHeaderCaptions">
<summary>
Gets or sets the list of row header captions.
</summary>
<value>The list of row header captions.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.HeaderInfo.ColumnHeaderCaptions">
<summary>
Gets or sets the list of column header captions.
</summary>
<value>The list of column header captions.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.HeaderInfo.SummaryInfo">
<summary>
Gets or sets the summary information.
</summary>
<value>The summary information.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.HeaderInfo.IsSummaryCell">
<summary>
Gets or sets a value indicating whether this instance is summary cell.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.Extension.GroupResult">
<summary>
Represents the group result.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.GroupResult.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.Extension.GroupResult"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.Extension.GroupResult.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.Key">
<summary>
Gets or sets the key of the group result.
</summary>
<value>The key of the group result.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.GroupKey">
<summary>
Gets or sets the group key of the group result.
</summary>
<value>The group key of the group result.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.Level">
<summary>
Gets or sets the level of the group result.
</summary>
<value>The level of the group result.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.ElementsCount">
<summary>
Gets or sets the elements count.
</summary>
<value>The elements count.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.UniqueName">
<summary>
Gets or sets the unique name of the group result.
</summary>
<value>The unique name of the group result.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.Items">
<summary>
Gets or sets the collection of items.
</summary>
<value>The collection of items.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.SubGroups">
<summary>
Gets or sets the collection of sub groups.
</summary>
<value>The collection of sub groups.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.Summary">
<summary>
Gets or sets the summary details.
</summary>
<value>The summary details.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.ExpandableState">
<summary>
Gets or sets the expandable state of the group result.
</summary>
<value>The expandable state of the group result.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.SubNodes">
<summary>
Gets or sets the SubGroups as list collection for manipulation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.Extension.GroupResult.HasChildren">
<summary>
Gets or sets a value indicating whether this instance has children.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.PagerOptions">
<summary>
Represents the options for pager.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.PagerOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.PagerOptions"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.PagerOptions.CopyTo(Syncfusion.Olap.Manager.PagerOptions@)">
<summary>
Copies the current pager options to new one.
</summary>
<param name="pager">The copy of current pager options.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.PagerOptions.ShouldSerializeCategorialPageSize">
<summary>
Should serialize method for CategorialPageSize property.
</summary>
<returns>false</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.PagerOptions.ShouldSerializeCategorialCurrentPage">
<summary>
Should serialize method for CategorialCurrentPage property.
</summary>
<returns>false</returns>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.CategoricalPageSize">
<summary>
Gets or sets the size of the horizontal page.
</summary>
<value>The size of the horizontal page.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.CategorialPageSize">
<summary>
Gets or sets the size of the horizontal page.
</summary>
<value>The size of the horizontal page.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.CategoricalCurrentPage">
<summary>
Gets or sets the index of the current horizontal page.
</summary>
<value>The index of the current horizontal page.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.CategorialCurrentPage">
<summary>
Gets or sets the index of the current horizontal page.
</summary>
<value>The index of the current horizontal page.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.SeriesPageSize">
<summary>
Gets or sets the size of the vertical page.
</summary>
<value>The size of the vertical page.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.PagerOptions.SeriesCurrentPage">
<summary>
Gets or sets the index of the current vertical page.
</summary>
<value>The index of the current vertical page.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification">
<summary>
Represents the specification for building an MDX Query.
</summary>
<remarks>
TODO {Aggregates, Calculation}
</remarks>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.CubeName">
<summary>
Gets or sets the name of the cube.
</summary>
<value>The name of the cube.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.IsKPI">
<summary>
Gets or sets a value indicating whether this instance is KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.KPIAxis">
<summary>
Gets or sets the axis position of KPI.
</summary>
<value>The axis position of KPI.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.ShowEmptyColumnData">
<summary>
Gets or sets a value indicating whether to show empty column data.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.ShowEmptyRowData">
<summary>
Gets or sets a value indicating whether to show empty row data.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.ShowGrandTotal">
<summary>
Gets or sets a value indicating whether to show grand total.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.EngineVersion">
<summary>
Gets or sets the version of engine.
</summary>
<value>The version of engine.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.Slicer">
<summary>
Gets or sets condition of the slicer.
</summary>
<value>The slicer condition.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.Filter">
<summary>
Gets or sets the condition of the filter.
</summary>
<value>The filter condition.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.Select">
<summary>
Gets or sets the 'select' clause.
</summary>
<value>The 'select' clause.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.With">
<summary>
Gets or sets the 'with' clause.
</summary>
<value>The 'with' clause.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.Page">
<summary>
Gets or sets the pager options.
</summary>
<value>The <see cref="T:Syncfusion.Olap.Manager.PagerOptions"/> object.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification.IsPagingEnabled">
<summary>
Gets or sets a value indicating whether the paging is enabled.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.Page">
<summary>
Represents the class that helps in generating the MDX expression for the specific page.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.Page.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryBuilder.Page"/> class.
</summary>
<param name="currentPage">The index of the current page.</param>
<param name="pageSize">The size of the page.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.Page.GetStartIndex">
<summary>
Gets the starting index of the page.
</summary>
<returns>The starting index of the page.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.Page.GetEndIndex">
<summary>
Gets the ending index of the page.
</summary>
<returns>The ending index of the page.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Page.PageSize">
<summary>
Gets or sets the size of the page.
</summary>
<value>The size of the page.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Page.CurrentPage">
<summary>
Gets or sets the index of the current page.
</summary>
<value>The index of the current page.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine">
<summary>
Generates the MDX query based on MDX query specifications.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Generates the MDX query.
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.ExecuteUpdateMDXQuery(System.String[],System.String,System.String,Syncfusion.Olap.Manager.OlapDataManager)">
<summary>
Executes the MDX query and updates a write-enabled cube at the back-end.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},Syncfusion.Olap.Common.SerializableDictionary{System.String,Syncfusion.Olap.Engine.HeaderPositionsInfo},System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Object)">
<summary>
Generates the MDX query.
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isCount">Indicates whether it includes the count.</param>
<param name="ProviderName">The name of the provider.</param>
<param name="SlicerRangeInfoFields">The list of slicer range information.</param>
<param name="DrilledCells">The details of drilled cells.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="VisualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="UseDefaultMember">Indicates whether to use the default member.</param>
<param name="reportTag">Indicates additional information of current report</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},Syncfusion.Olap.Common.SerializableDictionary{System.String,Syncfusion.Olap.Engine.HeaderPositionsInfo},System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean)">
<summary>
Generates the MDX query.
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isCount">Indicates whether it includes the count.</param>
<param name="ProviderName">The name of the provider.</param>
<param name="SlicerRangeInfoFields">The list of slicer range information.</param>
<param name="DrilledCells">The details of drilled cells.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="VisualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="UseDefaultMember">Indicates whether to use the default member.</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},Syncfusion.Olap.Common.SerializableDictionary{System.String,Syncfusion.Olap.Engine.HeaderPositionsInfo},System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Generates the MDX query.
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isCount">Indicates whether it includes the count.</param>
<param name="ProviderName">The name of the provider.</param>
<param name="SlicerRangeInfoFields">The list of slicer range information.</param>
<param name="DrilledCells">The details of drilled cells.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="VisualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="UseDefaultMember">Indicates whether to use the default member.</param>
<param name="displayMeasuresInDesiredOrder">Indicates a value whether the custom ordering of measures and KPI is enabled or not.</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},Syncfusion.Olap.Common.SerializableDictionary{System.String,Syncfusion.Olap.Engine.HeaderPositionsInfo},System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Object,System.Boolean)">
<summary>
Generates the MDX query.
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isCount">Indicates whether it includes the count.</param>
<param name="ProviderName">The name of the provider.</param>
<param name="SlicerRangeInfoFields">The list of slicer range information.</param>
<param name="DrilledCells">The details of drilled cells.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="VisualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="UseDefaultMember">Indicates whether to use the default member.</param>
<param name="reportTag">Indicates additional information of current report</param>
<param name="displayMeasuresInDesiredOrder">Indicates a value whether the custom ordering of measures and KPI is enabled or not.</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3">
<summary>
This Engine generates the MDXQuery from the MDXQuerySpecification.
This version includes removal of cubeSchema, Exclude and Subset feature is included.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.ColumnGeneratedSet">
<summary>
Represents a GUID for a column set.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.RowGeneratedSet">
<summary>
Represents a GUID for a Row set.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.ColumnPagedSet">
<summary>
Represents a GUID for a column paged set.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.RowPagedSet">
<summary>
Represents a GUID for a row paged set.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.ColumnsCount">
<summary>
Represents a GUID for a column count.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.RowsCount">
<summary>
Represents a GUID for a row count.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.GenerateQueryEx(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},Syncfusion.Olap.Common.SerializableDictionary{System.String,Syncfusion.Olap.Engine.HeaderPositionsInfo},System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean)">
<summary>
Generates the MDX Query based on the MDXQuerySpecification
</summary>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isCount">Indicates whether it includes the count.</param>
<param name="ProviderName">The name of the provider.</param>
<param name="SlicerRangeInfoFields">The list of slicer range information.</param>
<param name="DrilledCells">The details of drilled cells.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="visualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="UseDefaultMember">Indicates whether to use the default member.</param>
<returns>The MDX query of type string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicerElements(Syncfusion.Olap.Reports.Items,System.Text.StringBuilder,Syncfusion.Olap.Reports.SortElement,System.Collections.Generic.List{Syncfusion.Olap.Reports.FilterElement},System.Boolean,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Boolean)">
<summary>
Builds the Slicer elements.
</summary>
<param name="items">The items of the Axis</param>
<param name="query">The query to be generated</param>
<param name="sortElement">The sort elements</param>
<param name="filterElement">The filter elements</param>
<param name="isGrandTotalOn">Indicates whether to enable grand total.</param>
<param name="isCount">Indicates whether to include count.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<returns>true when query is formed correctly</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildAxisItem(Syncfusion.Olap.Reports.Items,System.Text.StringBuilder,Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,System.Boolean,Syncfusion.Olap.Reports.SortElement,System.Collections.Generic.List{Syncfusion.Olap.Reports.FilterElement},Syncfusion.Olap.Reports.TopCountElement,Syncfusion.Olap.Reports.SubsetElement,Syncfusion.Olap.Engine.HeaderPositionsInfo,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
Builds the axis item.
</summary>
<param name="items">The items.</param>
<param name="query">The query.</param>
<param name="mdxQuerySpecification">The MDX query specification.</param>
<param name="isGrandTotalOn">Indicates whether to enable grand total.</param>
<param name="sortElement">The sort element.</param>
<param name="filterElement">The filter element.</param>
<param name="topCountElement">The top count element.</param>
<param name="subSetElement">The sub set element.</param>
<param name="drilledCells">The drilled cells.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="visualTotalVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
<returns>
bool value representing if KPI is present or not
</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicerItem(Syncfusion.Olap.Reports.Items,System.Text.StringBuilder,System.Boolean,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Boolean)">
<summary>
for Building the Items based on the categories specified.
</summary>
<param name="items">Axis items collection</param>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">Indicates whether to enable grand total.</param>
<param name="isCount">Indicates whether to include count.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<returns>bool value representing if KPI is present or not</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildDimensionElement(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.Element,Syncfusion.Olap.Reports.Element,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
for building DimensionElement if multiple hierarchies are provided
This method is specific for Filter Elements
</summary>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">Grand total is on or not</param>
<param name="element">Dimension Element name</param>
<param name="excludedElement">The Excluded Dimension Element name</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildHierarchyElement(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.Reports.Element,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
Builds the hierarchy element from the dimensionElement.
</summary>
<param name="query">The query.</param>
<param name="isGrandTotalOn">if set to <c>true</c> [is grand total on].</param>
<param name="dimensionElement">The dimension element.</param>
<param name="excludedElement">The excluded dimension element.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildLevelElements(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.Reports.Element,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
Builds the level elements from the dimensionElements hierarchy.
</summary>
<param name="query">The query.</param>
<param name="isGrandTotalOn">if set to <c>true</c> [is grand total on].</param>
<param name="levelElement">The level element.</param>
<param name="dimensionElement">The dimension element.</param>
<param name="excludedElement">The excluded element.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildMemberElement(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.Reports.Element,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean)">
<summary>
Builds the member element from the level Element.
</summary>
<param name="query">The query.</param>
<param name="isGrandTotalOn">if set to <c>true</c> [is grand total on].</param>
<param name="levelElement">The level element.</param>
<param name="dimensionElement">The dimension element.</param>
<param name="excludedElement">The excluded dimension element.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicedDimension(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.Item,Syncfusion.Olap.DataProvider.Providers)">
<summary>
for building DimensionElement if multiple hierarchies are provided
</summary>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">grand total is on or not</param>
<param name="item">item collection</param>
<param name="ProviderName">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildDimensionElement(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.Item,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
for building DimensionElement if multiple hierarchies are provided
</summary>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">grand total is on or not</param>
<param name="item">item collection</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isLastItem">Indicates whether it is last item.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="isSameHyra">Indicates whether it is in same hierarchy.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildFilterCondition(Syncfusion.Olap.MDXQueryBuilder.Where,Syncfusion.Olap.Reports.Items,Syncfusion.Olap.Reports.Items,System.Boolean,Syncfusion.Olap.DataProvider.Providers,System.Collections.Generic.List{Syncfusion.Olap.Reports.SlicerRangeFiltersInfo},System.Boolean)">
<summary>
Builds the filter condition.
</summary>
<param name="filter">The filter items</param>
<param name="itemsColumn">The column items</param>
<param name="itemsRow">The row items</param>
<param name="isCount">Indicates whether to include count.</param>
<param name="ProviderName">The data provider.</param>
<param name="SlicerRangeInfoFields">The list of range information for slicing.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<returns>The filter criteria string</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.AppendChildMembers(Syncfusion.Olap.Reports.MemberElementCollection)">
<summary>
Appends the child members.
</summary>
<param name="memberElements">The member elements.</param>
<returns>string appended with the child members.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.AppendChildMember(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Appends the last child member of each member or else the current member is appended if no child is available.
</summary>
<param name="parentMemberElement">The parent member element.</param>
<returns>The concatenated string containing all the child member Elements</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildFilteredElements(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.Reports.Items,System.Text.StringBuilder,System.Boolean,System.String,System.Boolean)">
<summary>
Builds the filtered elements. Used for building the sub-query part to filter the specific members in
both Axis.
</summary>
<param name="itemsColumn">The items column.</param>
<param name="itemsRow">The items row.</param>
<param name="query">The query.</param>
<param name="isSlicerAppended">if set to <c>true</c> [is slicer appended].</param>
<param name="cubeName">The name of the cube with Quoted Identifier</param>
<param name="isCount">Indicates whether to include count.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicedHierarchy(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers)">
<summary>
For building hierarchy element if multiple levels are provided.
</summary>
<param name="query">The query to be generated.</param>
<param name="isGrandTotalOn">Indicates whether to include grand total.</param>
<param name="dimensionElement">The dimension element.</param>
<param name="ProviderName">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildHierarchyElement(Syncfusion.Olap.Reports.Item,System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
for building hierarchyElement if multiple levels are provided
</summary>
<param name="item">holds the current item</param>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">grand total is on or not</param>
<param name="dimensionElement">holds the dimension element</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isLastItem">Indicates whether it is last item.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="isSameHyra">Indicates whether it is in same hierarchy.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicedLevel(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers)">
<summary>
for generating query for all the sub level elements
</summary>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">whether grand to is on</param>
<param name="levelElement">The Level Element</param>
<param name="dimensionElement">The Excluded Dimension Element</param>
<param name="ProviderName">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildLevelElements(Syncfusion.Olap.Reports.Item,System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
for generating query for all the sub level elements
</summary>
<param name="item">Holds the current item</param>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">whether grand to is on</param>
<param name="levelElement">The Current Level Element</param>
<param name="dimensionElement">The Excluded Dimension Element</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isLastItem">Indicates whether it is last item.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="isSameHyra">Indicates whether it is in same hierarchy.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildSlicedMembers(System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers)">
<summary>
for generating all the sub members as query from the member element collection
</summary>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">whether grand total is on</param>
<param name="levelElement">a level element object</param>
<param name="dimensionElement">a dimension element object</param>
<param name="ProviderName">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.BuildMemberElement(Syncfusion.Olap.Reports.Item,System.Text.StringBuilder,System.Boolean,Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean,System.Text.StringBuilder,System.Boolean)">
<summary>
for generating all the sub members as query from the member element collection
</summary>
<param name="item">Holds the current item</param>
<param name="query">query to be generated</param>
<param name="isGrandTotalOn">whether grand total is on</param>
<param name="levelElement">a level element object</param>
<param name="dimensionElement">The Excluded Dimension Element</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.AppendExceptElements(Syncfusion.Olap.Reports.Item,System.Boolean,Syncfusion.Olap.DataProvider.Providers)">
<summary>
Appends the except elements present in the Dimension Element of the item.
</summary>
<param name="item">The current item.</param>
<param name="exceptFlag">Indicates whether to except flag.</param>
<param name="ProviderName">The data provider.</param>
<returns>The Concatenated Except Elements</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.FindIndexOfKPIElements(Syncfusion.Olap.Reports.Items)">
<summary>
returns the index value of KPIElements from the collection
</summary>
<param name="items">items in the axis</param>
<returns>index of the KPI Element in the items collection</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.FindIndexOfKPIElements(Syncfusion.Olap.Reports.ElementCollection)">
<summary>
returns the index value of KPIElements from the collection
</summary>
<param name="elements">Elements in the items</param>
<returns>index of the KPI Element in the Element collection</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.FindIndexOfMeasureElements(Syncfusion.Olap.Reports.ElementCollection)">
<summary>
returns the index value of Measure Elements from the collection
</summary>
<param name="elements">Elements contained in item all the axis values</param>
<returns>index of the MeasureElement in the axis items</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.FindIndexOfMeasureElements(Syncfusion.Olap.Reports.Items)">
<summary>
returns the index value of Measure Elements from the collection
</summary>
<param name="items">items contains all the axis values</param>
<returns>index of the MeasureElement in the axis items</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.GetSlicedChildMembers(Syncfusion.Olap.Reports.MemberElementCollection,System.Boolean)">
<summary>
Recursive invocation of this method fetches the least level members from the specified
level.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="isSlicer">Denotes whether invoked from slicer or from other axis.</param>
<returns>Gets the concatenated strings with the last child elements</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.GetChildMemberElementSet(Syncfusion.Olap.Reports.MemberElementCollection,System.Boolean,Syncfusion.Olap.Reports.LevelElement,System.Text.StringBuilder,System.Text.StringBuilder,Syncfusion.Olap.DataProvider.Providers,System.Boolean,Syncfusion.Olap.Reports.DrillType,System.Boolean,System.Boolean)">
<summary>
Recursive invocation of this method fetches the least level members from the specified
level.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="parentLevel">if set to <c>true</c> [parent level].</param>
<param name="levelElement">The level element.</param>
<param name="parentString">The parent string.</param>
<param name="query">The query.</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="DrillType">The drill type.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<returns>Gets the Concatenated Child elements recursively</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.GetSlicedDefaultLevel(System.Text.StringBuilder,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers)">
<summary>
getting default members of level elements if in case the levels are not specified
in either Dimension Element or HierarchyElement
</summary>
<param name="query">query to be generated</param>
<param name="dimensionElement">Dimension Element</param>
<param name="ProviderName">The data provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.GetDefaultLevel(Syncfusion.Olap.Reports.Item,System.Text.StringBuilder,Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.DataProvider.Providers,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Text.StringBuilder)">
<summary>
getting default members of level elements if in case the levels are not specified
in either Dimension Element or HierarchyElement
</summary>
<param name="item">Holds the current item</param>
<param name="query">query to be generated</param>
<param name="dimensionElement">Dimension Element</param>
<param name="ProviderName">The data provider.</param>
<param name="ShowLevelTypeAll">Indicates whether to show the level type of 'All'.</param>
<param name="useDefaultMember">Indicates whether to use default member.</param>
<param name="isLastItem">Indicates whether it is last item.</param>
<param name="isPaging">Indicates whether to enable paging.</param>
<param name="isSameHyra">Indicates whether it is in same hierarchy.</param>
<param name="visualTotalsVisibility">Indicates whether to show the visual total.</param>
<param name="drillPosExceptElements">The drill position except elements.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.AppendFilterQuery(System.Text.StringBuilder,System.String,Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Appends value filter and label filter query with the existing MDX query.
</summary>
<param name="query">Query to be generated</param>
<param name="filterCondition">Holds the slicer filter MDX query</param>
<param name="querySpecification">The MDX query specification.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.CreateLabelFilterQuery(System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.Object}},System.Int32,System.String,Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Returns label filter MDX query.
</summary>
<param name="labelFilterArgs">Holds label filter information</param>
<param name="index">Indicates current index of label filter</param>
<param name="filterCondition">Holds the slicer filter MDX query</param>
<param name="querySpecification">The MDX query specification.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngine.QueryBuilderEngineVersion3.CreateValueFilterQuery(System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.Object}},System.Collections.Generic.List{System.Collections.Generic.Dictionary{System.String,System.Object}},System.Int32,System.String,Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Returns value filter related MDX query.
</summary>
<param name="valueFilterArgs">Holds value filter information</param>
<param name="labelFilterArgs">Holds label filter information</param>
<param name="index">Indicates current index of value filter</param>
<param name="filterCondition">Holds the slicer axis related mdx query</param>
<param name="querySpecification">The MDX query specification</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper">
<summary>
This helper class that is used for helping the query builder engine to populate items from other assemblies.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.SetProviderName(Syncfusion.Olap.DataProvider.Providers)">
<summary>
Sets the name of the provider.
</summary>
<param name="providerName">The name of the provider.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.FillMDXQuerySpecification(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification,Syncfusion.Olap.Data.MetaTreeNodeCollection,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Updates the MDXQuerySpecification object with new elements based on the collection of meta tree nodes passed.
</summary>
<param name="mdxQuery">The MDX query.</param>
<param name="mtNodeCollection">The collection of meta tree nodes.</param>
<param name="axis">The axis position</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetElementItemsFromMetaTree(Syncfusion.Olap.Data.MetaTreeNodeCollection,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Builds the element items from meta tree node.
</summary>
<param name="mtNodeCollection">The collection of meta tree nodes.</param>
<param name="axis">The axis position</param>
<returns>The element items from meta tree node.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetElementItemFromMetaTree(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Gets the element item from meta tree node.
</summary>
<param name="metaTreeNode">The meta tree node.</param>
<param name="axis">The axis position.</param>
<returns>The element item from meta tree node.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetUniqueNames``1(``0)">
<summary>
Gets an auto-incremented version of the specified base name that does not exist already in the specified collection.
</summary>
<typeparam name="T">The type of item.</typeparam>
<param name="item">The item.</param>
<returns>The collection of unique names.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetReportMemberElements(Syncfusion.Olap.Reports.MemberElement,Syncfusion.Olap.Reports.MemberElementCollection)">
<summary>
Gets the collection of report member elements.
</summary>
<param name="memElement">The member element.</param>
<param name="reportElementCollection">The collection of report elements.</param>
<returns>The collection of report elements.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateItemsFromMetaTree(Syncfusion.Olap.Data.MetaTreeNodeCollection,Syncfusion.Olap.Reports.AxisPosition,Syncfusion.Olap.Reports.Items)">
<summary>
Updates the items from meta tree node.
</summary>
<param name="mtNodeCollection">The collection of meta tree nodes.</param>
<param name="axis">The axis position.</param>
<param name="items">The collection of items.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.DrillUpDown(Syncfusion.Olap.Reports.MemberElement,Syncfusion.Olap.Data.Member)">
<summary>
Drills down to its child members based on the specified member.
</summary>
<param name="memberElement">The member element.</param>
<param name="drillDownParentMember">The drill down parent member.</param>
<returns>True if drill up and down are done successfully, or else false.</returns>
<remarks>
Internally it adds the child members to the element object, so that the query generator picks up
the child member and generates the query.
</remarks>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.DrillUpDown(Syncfusion.Olap.Reports.HierarchyElement,Syncfusion.Olap.Data.Member)">
<summary>
Drills up or down the hierarchy element based on the parent member.
</summary>
<param name="hierarchyElement">The hierarchy element.</param>
<param name="drillDownParentMember">The drill down parent member.</param>
<returns>True if children are appended, or else false.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateDrillDownItems(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.Data.Member)">
<summary>
Updates the drill down items based on the categorical or series items passed internally.
</summary>
<param name="items">The collection of items.</param>
<param name="member">The member.</param>
<returns>True if drill-down happens, or else false.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetElementValue(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean)">
<summary>
Generates the element based on selected and unselected nodes
</summary>
<param name="metaTreeNode">The meta tree node.</param>
<param name="includeSelectedElements">Indicates whether to include the selected nodes in elements collection.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.FindItemsFromMetaTreeNode(Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Reports.Items)">
<summary>
Finds the element item from meta tree node.
</summary>
<param name="metaTreeNode">The meta tree node.</param>
<param name="items">The collection of items.</param>
<returns>The element item.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetMemberElement(Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Gets the member element from the Member object.
</summary>
<param name="memberObj">The member obj.</param>
<param name="isVisible">if set to <c>true</c> [is visible].</param>
<returns>The MemberElement from the member Object</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.AddMemberToLevel(Syncfusion.Olap.Reports.DimensionElement@,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Data.Hierarchy,Syncfusion.Olap.Data.Level)">
<summary>
Adds the member to level if Level not found then creates a new level and inserts
the Member in it.
</summary>
<param name="excludedDimensionElement">The excluded dimension element.</param>
<param name="excludedMember">The excluded member.</param>
<param name="hierarchyObj">The hierarchy object</param>
<param name="levelObj">The Level object</param>
<returns>
The Excluded DimensionElement along with excluded members
</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetDimensionElement(Syncfusion.Olap.Data.MetaTreeNode,System.Boolean)">
<summary>
Generates the dimension element based on the MetaTreeNode passed
</summary>
<param name="metaTreeNode">MetaTreeNode</param>
<param name="includeSelectedElements">Allow include the selected members</param>
<returns>DimensionElement</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetLevelElement(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Gets the level element from meta tree node.
</summary>
<param name="metaTreeNode">The meta tree node.</param>
<returns>The Level Element</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.GetMemberElement(Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Gets the member element from Metatreenode.
</summary>
<param name="metaTreeNode">The meta tree node.</param>
<returns>The Member Element</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateHierarchyElement(Syncfusion.Olap.Reports.DimensionElement,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the hierarchy element.
</summary>
<param name="parentDimensionElement">The parent dimension element.</param>
<param name="metaTreeNodeHierarchy">The meta tree node hierarchy.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateLevelElement(Syncfusion.Olap.Reports.HierarchyElement,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the level element based on the Metatreenode and adds it to the levelElement.
</summary>
<param name="parentHierarchyElement">The parent hierarchy element.</param>
<param name="metaTreeLevelNode">The meta tree level node.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.SynchronizeMeasureElements(Syncfusion.Olap.Reports.MeasureElements,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the measure elements from Metatreenode and adds it to the MeasureElements collection.
</summary>
<param name="measureElements">The measure elements.</param>
<param name="metaTreeNodeMeasures">The meta tree node measures.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.SynchronizeNamedSetElement(Syncfusion.Olap.Reports.NamedSetElement,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the measure elements from Metatreenode and adds it to the MeasureElements collection.
</summary>
<param name="namedSetElement">The named set element.</param>
<param name="metaTreeNodeNamedSet">The meta tree node named set.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateMemberElement(Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the child member element into the Parent Level Element.
</summary>
<param name="parentLevelElement">The parent level element.</param>
<param name="metaTreeMemberNode">The meta tree member node.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateMemberElement(Syncfusion.Olap.Reports.DimensionElement@,Syncfusion.Olap.Data.MetaTreeNode,Syncfusion.Olap.Data.Hierarchy,Syncfusion.Olap.Data.Level)">
<summary>
Updates the member element.
</summary>
<param name="excludedDimensionElement">The excluded dimension element.</param>
<param name="metaTreeMemberNode">The metatree member node.</param>
<param name="hierarchyObj">The hierarchy object for updating the Excluded dimension</param>
<param name="levelObj">The level object for updating the Excluded dimension</param>
<returns>Dimension element along with excluded members</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.QueryBuilderEngineHelper.UpdateMemberElement(Syncfusion.Olap.Reports.MemberElement,Syncfusion.Olap.Data.MetaTreeNode)">
<summary>
Updates the child member element into the Member Element of the Parent Level Element.
</summary>
<param name="parentMemberElement">The parent member element.</param>
<param name="metaTreeMemberNode">The meta tree member node.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.Select">
<summary>
Represents the collection of elements that needs to be retrieved form the data source.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.Select.#ctor(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryBuilder.Select"/> class.
</summary>
<param name="querySpecification">The query specification.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Select.Items">
<summary>
Gets the collection of elements that needs to be retrieved.
</summary>
<value>The collection of items.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Select.QuerySpecification">
<summary>
Gets or sets the query specification.
</summary>
<value>The query specification.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.Where">
<summary>
Represents the collection of elements that needs to be filtered form the MDX query.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.Where.#ctor(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryBuilder.Where"/> class.
</summary>
<param name="querySpecification">The query specification.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Where.Items">
<summary>
Gets the collection of elements that needs to be retrieved.
</summary>
<value>The collection of items.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.Where.QuerySpecification">
<summary>
Gets or sets the query specification.
</summary>
<value>The query specification.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.With">
<summary>
With clause specification.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryBuilder.With.#ctor(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryBuilder.With"/> class.
</summary>
<param name="querySpecification">The query specification.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.With.Items">
<summary>
Gets the collection of elements that needs to be retrieved.
</summary>
<value>The collection of items.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryBuilder.With.QuerySpecification">
<summary>
Gets or sets the query specification.
</summary>
<value>The query specification.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Axis">
<summary>
Represents the information needed for axis elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Axis.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryParser.Axis">Axis</see> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Axis.Name">
<summary>
Gets or sets the name of the axis.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Axis.TupleSet">
<summary>
Gets or sets the collection of tuple set.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.AxisCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.MDXQueryParser.Axis">Axis</see> objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.AxisCollection.Add(Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Adds the specified axis.
</summary>
<param name="axis">The axis which is to be added.</param>
<returns>The index of the axis object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.AxisCollection.Insert(System.Int32,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Removes the specified dimension.
</summary>
<param name="index">The index at which axis object is to be inserted.</param>
<param name="axis">The axis object.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.AxisCollection.Remove(Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Removes the specified axis.
</summary>
<param name="axis">The row or column axis which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.AxisCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.MDXQueryParser.Axis"/> at the specified index.
</summary>
<param name="index">The index of the axis object.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.CellsProperties">
<summary>
Represents the properties of each cell.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CellsProperties.Value">
<summary>
Gets or sets the value.
</summary>
<value>
The value.
</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CellsProperties.FormatString">
<summary>
Gets or sets the format string.
</summary>
<value>
The format string.
</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CellsProperties.FormattedValue">
<summary>
Gets or sets the formatted value.
</summary>
<value>
The formatted value.
</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.CrossJoin">
<summary>
Cross join is a Cartesian join means Cartesian product of both the tables.
This join does not need any condition to join two tables.
This join returns records or rows that are multiplication of record number from both the tables
means each row on left table will related to each row of right table.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.CrossJoin.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CrossJoin.FunctionName">
<summary>
Gets or sets the name of the function.
</summary>
<value>The name of the function.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CrossJoin.member">
<summary>
Gets or sets the member.
</summary>
<value>The member.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.CrossJoin.tuple">
<summary>
Gets or sets the tuple.
</summary>
<value>The tuple.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Dimension">
<summary>
Represents the information needed for dimension elements.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.IMember">
<summary>
Represents the interface for members.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.IMember.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IMember.UniqueName">
<summary>
Gets or sets the unique name of the member.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Dimension.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Dimension.UniqueName">
<summary>
Gets or sets the unique name of the dimension.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.DrillDownLevel">
<summary>
Represents the information needed for drill down level.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.IKeyword">
<summary>
Represents the interface for keywords.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.IKeyword.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IKeyword.Name">
<summary>
Gets or sets the name of the keyword.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.DrillDownLevel.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownLevel.Name">
<summary>
Gets or sets the name of the drill down level.
</summary>
<value>The name of the drill down level.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownLevel.MemberName">
<summary>
Gets or sets the name of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.DrillDownMember">
<summary>
Represents the information needed for drill down members.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.DrillDownMember.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownMember.Name">
<summary>
Gets or sets the name of the drill down member.
</summary>
<value>The name of the drill down member.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownMember.ChildDrillDownMember">
<summary>
Gets or sets the child drill down member.
</summary>
<value>The child drill down member.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownMember.DrillDownLevel">
<summary>
Gets or sets the drill down level.
</summary>
<value>The drill down level.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.DrillDownMember.MemberName">
<summary>
Gets or sets the name of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Orderss">
<summary>
Represents the values that specify how the data should be sorted.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Orderss.ASC">
<summary>
Data are sorted in ascending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Orderss.BASC">
<summary>
Data are sorted in break hierarchy with ascending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Orderss.BDESC">
<summary>
Data are sorted in break hierarchy with descending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Orderss.DESC">
<summary>
Data are sorted in descending order.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.ParseFilterCase">
<summary>
Represents the values that specify the case for filtering.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.GreaterThanOrEqualTo">
<summary>
The case of filtering is greater than or equal to.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.LessThanOrEqualTo">
<summary>
The case of filtering is less that or equal to.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.NotEquals">
<summary>
The case of filtering is not equals.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.GreaterThan">
<summary>
The case of filtering is greater than.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.LessThan">
<summary>
The case of filtering is less than.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseFilterCase.EqualTo">
<summary>
The case of filtering is equal to.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.ParseOperators">
<summary>
Represents the values that specify the binary operators for filtering.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseOperators.AND">
<summary>
The operator for filtering is AND.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseOperators.OR">
<summary>
The operator for filtering is OR.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseOperators.NOT">
<summary>
The operator for filtering is NOT.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.ParseOperators.XOR">
<summary>
The operator for filtering is XOR
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Except">
<summary>
Produces the set difference of two sequences by using the default equality comparer to compare values.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.IFunctions">
<summary>
Represents the interface for functions.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IFunctions.Name">
<summary>
Gets or sets the name of the function.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IFunctions.member">
<summary>
Gets or sets the member.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IFunctions.tuple">
<summary>
Gets or sets the tuple.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Except.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Except.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Except.member">
<summary>
Gets or sets the member.
</summary>
<value>The member.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Except.tuple">
<summary>
Gets or sets the tuple.
</summary>
<value>The tuple.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Filter">
<summary>
Determines what types of files are displayed from either the Microsoft.Win32.OpenFileDialog or Microsoft.Win32.SaveFileDialog.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Filter.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.members">
<summary>
Gets or sets the collection of members.
</summary>
<value>The collection of members.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.filterValues">
<summary>
Gets or sets the list of filter values.
</summary>
<value>The list of filter values.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.filterCases">
<summary>
Gets or sets the list of filter cases.
</summary>
<value>The list of filter cases.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.filterOperators">
<summary>
Gets or sets the list of filter operators.
</summary>
<value>The list of filter operators.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Filter.tuple">
<summary>
Gets or sets the tuple.
</summary>
<value>The tuple.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.From">
<summary>
A query expression must begin with a from clause. Additionally, a query expression can contain sub-queries, which also begin with a from clause.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.From.CubeName">
<summary>
Gets or sets the name of the cube.
</summary>
<value>The name of the cube.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Hierarchies">
<summary>
Represents the information of hierarchical elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchies.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryParser.Hierarchies"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchies.Add(Syncfusion.Olap.MDXQueryParser.Hierarchize)">
<summary>
Adds the specified hierarchize object.
</summary>
<param name="hierarchize">The hierarchize object.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchies.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchies.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Hierarchies.Members">
<summary>
Gets or sets the collection of members.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Hierarchies.Name">
<summary>
Gets or sets the name of the hierarchical element.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Hierarchize">
<summary>
Represents the information about 'Hierarchize' keyword.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchize.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryParser.Hierarchize">Hierarchize</see> class.
</summary>
<remarks></remarks>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchize.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Hierarchize.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Hierarchize.Name">
<summary>
Gets or sets the name of the Hierarchize object.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Hierarchize.DrillDownLevel">
<summary>
Gets or sets the drill down level.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Hierarchize.DrillDownMember">
<summary>
Gets or sets the drill down member.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.MDXQueryParser.Hierarchize">Hierarchize</see> objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection.Add(Syncfusion.Olap.MDXQueryParser.Hierarchize)">
<summary>
Adds the specified hierarchize.
</summary>
<param name="hierarchize">The hierarchize which is to be added.</param>
<returns>The index of the hierarchize object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection.Insert(System.Int32,Syncfusion.Olap.MDXQueryParser.Hierarchize)">
<summary>
Inserts the hierarchize object at specified index.
</summary>
<param name="index">The index at which the hierarchize object has to be inserted.</param>
<param name="hierarchize">The hierarchize object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection.Remove(Syncfusion.Olap.MDXQueryParser.Hierarchize)">
<summary>
Removes the specified hierarchize object.
</summary>
<param name="hierarchize">The hierarchize object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.HierarchizeCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.MDXQueryParser.Hierarchize"/> at the specified index.
</summary>
<param name="index">The index of the hierarchize object.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.IkeywordCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.MDXQueryParser.IKeyword">IKeyword</see> objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.IkeywordCollection.Add(Syncfusion.Olap.MDXQueryParser.IKeyword)">
<summary>
Adds the specified IKeyword object.
</summary>
<param name="ikeyword">The IKeyword object which is to be added.</param>
<returns>The index of the IKeyword object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.IkeywordCollection.Insert(System.Int32,Syncfusion.Olap.MDXQueryParser.IKeyword)">
<summary>
Inserts the IKeyword object at specified index.
</summary>
<param name="index">The index at which the IKeyword object has to be inserted.</param>
<param name="ikeyword">The IKeyword object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.IkeywordCollection.Remove(Syncfusion.Olap.MDXQueryParser.IKeyword)">
<summary>
Removes the specified IKeyword object.
</summary>
<param name="ikeyword">The IKeyword object which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IkeywordCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.MDXQueryParser.IKeyword"/> at the specified index.
</summary>
<param name="index">The index of the IKeyword object.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.IQuery">
<summary>
Represents the interface for queries.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.IQuery.CubeName">
<summary>
Gets or sets the name of the cube.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.KeywordConstants">
<summary>
Represents all keyword constants which are used as names.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Columns">
<summary>
The keyword constant for columns.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.ColumnsNum">
<summary>
The keyword constant for columns' number.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Cell">
<summary>
The keyword constant for cell.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.CrossJoin">
<summary>
The keyword constant for cross join.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DrillDownLevel">
<summary>
The keyword constant for drill down level.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DrillDownMember">
<summary>
The keyword constant for drill down member.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DimensionS">
<summary>
The keyword constant for dimensions.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Dimension">
<summary>
The keyword constant for dimension.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Except">
<summary>
The keyword constant for except.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Empty">
<summary>
The keyword constant for empty.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Filter">
<summary>
The keyword constant for filter.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.From">
<summary>
The keyword constant for from.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.FormatString">
<summary>
The keyword constant for format string.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.FormattedValue">
<summary>
The keyword constant for formatted value.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Hierarchize">
<summary>
The keyword constant for hierarchize.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Measures">
<summary>
The keyword constant for measures.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.MemberType">
<summary>
The keyword constant for member type.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Members">
<summary>
The keyword constant for members.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.NamedSet">
<summary>
The keyword constant for named set.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Non">
<summary>
The keyword constant for non.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.On">
<summary>
The keyword constant for on.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Order">
<summary>
The keyword constant for order.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Properties">
<summary>
The keyword constant for properties.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Parentheses">
<summary>
The keyword constant for parentheses.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.ParentUniqueName">
<summary>
The keyword constant for parent unique name.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.RowsNum">
<summary>
The keyword constant for rows number.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Rows">
<summary>
The keyword constant for rows.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Select">
<summary>
The keyword constant for select.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.SBracket">
<summary>
The keyword constant for bracket.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.TopCount">
<summary>
The keyword constant for top count.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Value">
<summary>
The keyword constant for value.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.With">
<summary>
The keyword constant for with.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.Where">
<summary>
The keyword constant for where.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.NON_EMPTY">
<summary>
The keyword constant for non empty.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.NONEMPTY">
<summary>
The keyword constant for nonempty.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.VISUALTOTALS">
<summary>
The keyword constant for visual totals.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.AXIS0">
<summary>
The keyword constant for axis 0.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.AXIS1">
<summary>
The keyword constant for axis 1.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.WS">
<summary>
The keyword constant for space.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DIMENSION_PROPERTIES">
<summary>
The keyword constant for dimension properties.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.CELL_PROPERTIES">
<summary>
The keyword constant for cell properties.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.NONEMPTYCROSSJOIN">
<summary>
The keyword constant for non empty cross join.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.SUBSET">
<summary>
The keyword constant for subset.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.UNION">
<summary>
The keyword constant for union.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.INTERSECT">
<summary>
The keyword constant for intersect.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DESCENDANTS">
<summary>
The keyword constant for descendants.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.MEMBER">
<summary>
The keyword constant for member.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.MEASURES_EXP">
<summary>
The keyword constant for measures expression.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DIMENSION_EXP">
<summary>
The keyword constant for dimension expression.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.FILTER_EXP">
<summary>
The keyword constant for filter expression.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.QUOTED_ID">
<summary>
The keyword constant for quoted id.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.LBRACE">
<summary>
The keyword constant for left brace.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.RBRACE">
<summary>
The keyword constant for right brace.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.LPAREN">
<summary>
The keyword constant for left parenthesis.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.RPAREN">
<summary>
The keyword constant for right parenthesis.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.RANGE_IDENTIFIER">
<summary>
The keyword constant for range identifier.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.DOT">
<summary>
The keyword constant for dot.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.ASTERISK">
<summary>
The keyword constant for asterisk.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.KeywordConstants.COMMA">
<summary>
The keyword constant for comma.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Kpi">
<summary>
Represents the information needed for KPI
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Kpi.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Kpi.UniqueName">
<summary>
Gets or sets the unique name of the KPI.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser">
<summary>
Represents the helper class for parsing the MDX query.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.GenerateOlapReport(System.String)">
<summary>
Generates the OLAP report information like axis elements, visibility of expanders, paging options, drill functionalities, etc.,.
</summary>
<param name="mdxQuery">The MDX query.</param>
<returns>The OLAP report.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessWithClause(System.String)">
<summary>
Process the WITH clause with MEMBER function
</summary>
<param name="withQuery">string</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessSelectClause(System.String)">
<summary>
Process the SELECT query and separate it into COLUMN query and ROW query
</summary>
<param name="selectQuery">string</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessWhereClause(System.String)">
<summary>
Method that process WHERE clause
</summary>
<param name="whereQuery">string</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessSubSelect(System.String)">
<summary>
Process SUB SELECT clause
</summary>
<param name="subSelectQuery">string</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.AddElementToSlicer(System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Method extracts dimension element and measure element from query and add the same into slicer axis
</summary>
<param name="slicerQuery">The slicer query.</param>
<param name="axisPostion">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessAxisQuery(System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Process the axis query
</summary>
<param name="axisQuery">string</param>
<param name="axisPosition">AxisPostion</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessFunctions(Syncfusion.Olap.Reports.AxisPosition,System.String)">
<summary>
Process the special function and keywords of MDX
</summary>
<param name="axisPosition"></param>
<param name="item"></param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessNonEmpty(System.String)">
<summary>
Process the NONEMPTY function and NON EMPTY keyword of MDX
</summary>
<param name="tempQuery">string</param>
<returns>string</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessSubSetElement(System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Process the SUBSET element of MDX
</summary>
<param name="query">string</param>
<param name="axisPosition">AxisPosition</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ParamSeperator(System.String,System.String)">
<summary>
method used to return the parameter separators.
</summary>
<param name="query">string</param>
<param name="functionName">string</param>
<returns>The list of parameter separators.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessCrossJoin(System.String)">
<summary>
Process the CROSSJOIN method.
</summary>
<param name="crossJoinQuery"></param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ExtractElementFromCrossJoin(System.String)">
<summary>
Extract Elements from query which having *
</summary>
<param name="Query">string</param>
<returns>string[]</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ExtractElementFromCrossJoinFunction(System.String)">
<summary>
Extract Elements from CROSSJOIN function
</summary>
<param name="crossJoinQuery">string</param>
<returns>string[]</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessExcept(System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Method processes the Except function
</summary>
<param name="Query"></param>
<param name="axisPosition"></param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.AddExcludedElement(System.String,System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Add excluded element in axes
</summary>
<param name="element">string</param>
<param name="excludedElement">string</param>
<param name="axisPosition">AxisPosition</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessDrillDownMember(System.String)">
<summary>
Process the DrillDownMember function of MDX
</summary>
<param name="elementQuery">strin</param>
<returns>List</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessDrillDownLevel(System.String)">
<summary>
Process the DrillDownLevel member of MDX
</summary>
<param name="elementQuery">string</param>
<returns>string</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessTopCount(System.String,Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Process the TopCountElement
</summary>
<param name="rejoinedQuery">string</param>
<param name="axisposition">AxisPosition</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessDrillDownMember(System.String,System.String)">
<summary>
Method process the drill down member
</summary>
<param name="elementQuery">string</param>
<param name="localQuery">string</param>
<returns>string</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.ProcessElements(Syncfusion.Olap.Reports.AxisPosition,System.String)">
<summary>
Process the dimension and measure elements
</summary>
<param name="position">AxisPosition</param>
<param name="query">string</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.AddElementToAxes(Syncfusion.Olap.Reports.AxisPosition,Syncfusion.Olap.Reports.Element)">
<summary>
Add elements to corresponding axis.
</summary>
<param name="position">AxisPosition</param>
<param name="elementValue">Element</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.GetMeasureElements(System.String)">
<summary>
Processes the query and gives the corresponding MeasureElement
</summary>
<param name="query"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.GetDimensionElement(System.String)">
<summary>
Process the query and gives corresponding DimensionElement
</summary>
<param name="query">string</param>
<returns>DimensionElement</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.RemoveMatchedBraces(System.String,System.Char,System.Char)">
<summary>
Method removes the matched parenthesis from start of line '(' and end of the line ')'
</summary>
<param name="query"></param>
<param name="lparen"></param>
<param name="rparen"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MDXToOlapParser.MatchParentheses(System.String,System.Char,System.Char)">
<summary>
check the parentheses
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Measure">
<summary>
Represents the information needed for measure.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Measure.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Measure.UniqueName">
<summary>
Gets or sets the unique name of the measure.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.MemberCollection">
<summary>
Represents the collection of member elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MemberCollection.Add(Syncfusion.Olap.MDXQueryParser.IMember)">
<summary>
Adds the specified axis.
</summary>
<param name="imember">The IMember object which is to be added.</param>
<returns>The index of the axis object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MemberCollection.Insert(System.Int32,Syncfusion.Olap.MDXQueryParser.IMember)">
<summary>
Inserts the IMember object at specified index.
</summary>
<param name="index">The index at which the IMember object has to be inserted.</param>
<param name="imember">The IMember object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.MemberCollection.Remove(Syncfusion.Olap.MDXQueryParser.IMember)">
<summary>
Removes the specified IMember object.
</summary>
<param name="imember">The IMember object which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.MemberCollection.Item(System.Int32)">
<summary>
Gets or sets the collection of <see cref="T:Syncfusion.Olap.MDXQueryParser.IMember"/> at the specified index.
</summary>
<param name="index">The index of the IMember object.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.NamedSet">
<summary>
Represents the information needed for named set.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.NamedSet.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.NamedSet.UniqueName">
<summary>
Gets or sets the unique name of the named set.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Order">
<summary>
Represents the information needed to validate the sort order.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Order.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Order.Name">
<summary>
Gets or sets the name of the keyword.
</summary>
<value>The name.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Order.members">
<summary>
Gets or sets the collection of members.
</summary>
<value>The collection of members.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Order.tuple">
<summary>
Gets or sets the tuple.
</summary>
<value>The tuple.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Order.SortingOrder">
<summary>
Gets or sets the sorting order.
</summary>
<value>The sorting order.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Parser">
<summary>
Represents the information needed for parsing the MDX Query.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.select">
<summary>
Gets or sets the select query.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.MDXQueryNew">
<summary>
Gets or sets the new MDX query.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.olapReport">
<summary>
Gets or sets the OLAP report.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.subselectoption">
<summary>
Gets or sets a value indicating whether to include sub-select option.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.measureOption">
<summary>
Gets or sets a value indicating whether to include measure option.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Parser.tempchar">
<summary>
Gets or sets the temporary character.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.generateReport(System.String)">
<summary>
Generates the OLAP report.
</summary>
<param name="query">The MDX query.</param>
<returns>The OLAP report.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTuples(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the tuple.
</summary>
<param name="items">The collection of items.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTuples(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the tuple.
</summary>
<param name="items">The collection of items.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTuplesMembers(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.Tuple,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the members of tuple.
</summary>
<param name="items">The collection of items.</param>
<param name="tuples">The tuple.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTuplesMembers(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.Tuple,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the members of tuple.
</summary>
<param name="items">The collection of items.</param>
<param name="tuples">The tuple.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilter(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the filter.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilter(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the filter.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterTupleMembers(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.Tuple,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the members of filter tuple.
</summary>
<param name="filterElements">The filter element.</param>
<param name="tuples">The tuple.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterTupleMembers(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.Tuple,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the members of filter tuple.
</summary>
<param name="filterElements">The filter element.</param>
<param name="tuples">The tuple.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterMembers(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.IMember)">
<summary>
Gets the filter members.
</summary>
<param name="filterElements">The filter element.</param>
<param name="member">The IMember object.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterMembers(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.IMember,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the filter members.
</summary>
<param name="filterElements">The filter element.</param>
<param name="member">The IMember object.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterHierarchies(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.IKeyword)">
<summary>
Gets the filter hierarchies.
</summary>
<param name="filterElements">The filter element.</param>
<param name="ikeyword">The IKeyword object.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getFilterHierarchies(Syncfusion.Olap.Reports.FilterElement,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the filter hierarchies.
</summary>
<param name="filterElements">The filter element.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTopCount(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the top count.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTopCount(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the top count.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getOrders(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Gets the orders.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getOrders(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.MDXQueryParser.Axis,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the orders.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="axis">The axis.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getHierarchies(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword)">
<summary>
Gets the hierarchies.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getHierarchies(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IKeyword,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the hierarchies.
</summary>
<param name="items">The collection of items.</param>
<param name="ikeyword">The IKeyword object.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getMembers(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IMember)">
<summary>
Gets the members.
</summary>
<param name="items">The collection of items.</param>
<param name="member">The member.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getMembers(Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.IMember,Syncfusion.Olap.Reports.MeasureElements)">
<summary>
Gets the members.
</summary>
<param name="items">The collection of items.</param>
<param name="member">The IMember object.</param>
<param name="measureElement">The measure element.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.CellProperties(System.String,Syncfusion.Olap.MDXQueryParser.CellsProperties)">
<summary>
Updates the values of cell properties.
</summary>
<param name="cellproperty">The property token.</param>
<param name="cellprops">The properties of cell.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.TupleSets">
<summary>
Tuples the sets.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.TupleSets(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
Sets the tuple set on rows and columns
</summary>
<param name="tokens">The token.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.RemoveExtraSpace(System.String)">
<summary>
Removes the unwanted space in the MDX query.
</summary>
<param name="query">The MDX query.</param>
<returns>The MDX query without unwanted space.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.Validate(System.String,Syncfusion.Olap.Reports.Items,Syncfusion.Olap.MDXQueryParser.Axis)">
<summary>
Validates the specified equation.
</summary>
<param name="equation">The equation.</param>
<param name="items">The collection of items.</param>
<param name="ax">The axis.</param>
<returns>A value that indicates whether it is valid equation.</returns>
<exception cref="T:Syncfusion.Olap.MDXQueryParser.QuerySyntaxError">
Error in Hierarchize
or
Error in Filter
or
Error in DrillDownLevel
or
Error in DrillDownMember
or
Error in Top Count
or
Error in Order
or
PARSER ERROR: for ' + str + '
or
Invalid Tuple
</exception>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTupleFormat(System.String)">
<summary>
Gets the formatted tuple.
</summary>
<param name="query">The MDX query.</param>
<returns>The formatted query.</returns>
<exception cref="T:Syncfusion.Olap.MDXQueryParser.QuerySyntaxError">PARSER ERROR: '.' is expected.</exception>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.IsNumeric(System.String)">
<summary>
Determines whether the specified string is numeric.
</summary>
<param name="strToCheck">The string to check.</param>
<returns>A value that indicates whether it is numeric string.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.CheckWithSelect(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
Check the keyword select or with
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.SelectQuery(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
Select query Syntax checking
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.CheckCellProperty(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
check if cell property exist
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.CheckDimesionProperty(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
check if dimension properties exists
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.DimensionProperties(System.String)">
<summary>
check and add the dimension property
</summary>
<param name="Dimensionproperty"></param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getCubeName(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
get the cube name and return
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.getTuple(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
split the TupleSet into tuples
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.WhereQuery(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
check the where query syntax
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.MatchParentheses(System.String,System.Char,System.Char)">
<summary>
check the parentheses
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Parser.SubSelect(Syncfusion.Olap.MDXQueryParser.Tokens)">
<summary>
Check the Sub Select Query
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.QuerySyntaxError">
<summary>
Represents the error information while parsing the query.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.QuerySyntaxError.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.UWP.MDXQueryParser.QuerySyntaxError">QuerySyntaxError</see> class.
</summary>
<param name="Parser">The parser string.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Select">
<summary>
Represents the information needed for select functions.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Select.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.UWP.MDXQueryParser.Select">Select</see> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Select.FromClause">
<summary>
Gets or sets the 'from' clause.
</summary>
<value>The 'from' clause.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Select.SubSelect">
<summary>
Gets or sets the sub select clause.
</summary>
<value>The sub select clause.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Select.Axes">
<summary>
Gets or sets the collection of axes.
</summary>
<value>The collection of axes.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Select.Wheres">
<summary>
Gets or sets the 'where' clause.
</summary>
<value>The 'where' clause.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Stack">
<summary>
Represents the collection of objects that are accessed in a last-in, first out fashion.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Stack.Push(System.Object)">
<summary>
Inserts an object at the top of the stack.
</summary>
<param name="element">The object to push onto the stack.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Stack.Pop">
<summary>
Removes and returns the object at the top of the stack.
</summary>
<returns>The object removed from the top of the stack.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Stack.Peek">
<summary>
Returns the object at the top of the stack without removing it.
</summary>
<returns>The object at the top of the stack.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Stack.IsEmpty">
<summary>
Determines whether the stack is empty or if it contains elements.
</summary>
<returns>True if the stack is empty; false otherwise.</returns>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.SubSet">
<summary>
Class holds the information needed for subset functions.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.SubSet.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.SubSet.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.SubSet.StartPoint">
<summary>
Gets or sets the start point.
</summary>
<value>The start point.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.SubSet.Count">
<summary>
Gets or sets the count.
</summary>
<value>The count.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.SubSet.member">
<summary>
Gets or sets the member.
</summary>
<value>The member.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.SubSet.tuple">
<summary>
Gets or sets the tuple.
</summary>
<value>The tuple.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Tokens">
<summary>
Represents the tokens that are split while parsing the MDX query.
</summary>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Tokens.Find">
<summary>
Gets or sets the character to find.
</summary>
<value>The character to find.</value>
</member>
<member name="F:Syncfusion.Olap.MDXQueryParser.Tokens.EndReader">
<summary>
Gets or sets a value that indicates whether the character is to end.
</summary>
<value>Indicates whether the character is to end.</value>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tokens.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryParser.Tokens"/> class.
</summary>
<param name="MDXquery">The MDX query.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tokens.SplitChar">
<summary>
Splits the MDX query by character.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tokens.SplitToken">
<summary>
Adds the split character and form a token.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tokens.CheckToken(System.String)">
<summary>
Checks the current token with the specified keyword.
</summary>
<param name="keyword">The keyword to be checked.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tokens.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Tokens.curToken">
<summary>
Gets or sets the current token.
</summary>
<value>The current token.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.TopCount">
<summary>
Represents the top count element.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.TopCount.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.TopCount.Name">
<summary>
Gets or sets the name.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.TopCount.topCountValue">
<summary>
Gets or sets the value of top count.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.TopCount.tuple">
<summary>
Gets or sets the tuple.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Tuple">
<summary>
Represents the information needed for tuple.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Tuple.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Tuple.IkeyWordCollection">
<summary>
Gets or sets the collection of IKeyword objects.
</summary>
<value>The collection of IKeyword objects.</value>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Tuple.MemberCollection">
<summary>
Gets or sets the collection of members.
</summary>
<value>The collection of members.</value>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.TupleCollection">
<summary>
Represents the collection of tuples.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.TupleCollection.Add(Syncfusion.Olap.MDXQueryParser.Tuple)">
<summary>
Adds the specified tuple.
</summary>
<param name="tuple">The tuple which is to be added.</param>
<returns>The index of the tuple object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.TupleCollection.Insert(System.Int32,Syncfusion.Olap.MDXQueryParser.Tuple)">
<summary>
Inserts the tuple at specified index.
</summary>
<param name="index">The index at which the tuple has to be inserted.</param>
<param name="tuple">The tuple object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.TupleCollection.Remove(Syncfusion.Olap.MDXQueryParser.Tuple)">
<summary>
Removes the specified tuple.
</summary>
<param name="tuple">The tuple object which is to be removed.</param>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.TupleCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.MDXQueryParser.Tuple"/> at the specified index.
</summary>
<param name="index">The index of the tuple object.</param>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.VisualTools">
<summary>
Represents the information needed for visual tools functions.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.VisualTools.Validate">
<summary>
Validates this instance.
</summary>
<returns>A value that indicates whether this instance is valid.</returns>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.VisualTools.FunctionName">
<summary>
Gets or sets the name of the function.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.VisualTools.member">
<summary>
Gets or sets the member.
</summary>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.VisualTools.tuple">
<summary>
Gets or sets the tuple.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.Where">
<summary>
Represents the information needed for where functions.
</summary>
</member>
<member name="M:Syncfusion.Olap.MDXQueryParser.Where.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.MDXQueryParser.Where">Where</see> class.
</summary>
<remarks></remarks>
</member>
<member name="P:Syncfusion.Olap.MDXQueryParser.Where.Tuples">
<summary>
Gets or sets the collection of tuples.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.IOlapDataManager">
<summary>
Represents the interface for <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.AddReport(System.String)">
<summary>
Adds the report with specified name.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.AddReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Adds the specified OLAP report.
</summary>
<param name="olapReport">The OLAP report to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.CloseConnection">
<summary>
Closes the connection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.CloneOlapDataManagerElements">
<summary>
Clones the elements of OLAP data manager.
</summary>
<returns>A <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> object.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteCellSet">
<summary>
Returns the cell set based on the current report or MDX query.
</summary>
<returns>The cell set after running the MDX query or query specifications.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteCellSet(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Executes the cell set.
</summary>
<param name="querySpecification">The query specification.</param>
<returns>The cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteCellSet(System.String)">
<summary>
Executes the cell set.
</summary>
<param name="commandText">The command text.</param>
<returns>The cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteOlapTable">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the current report.
</summary>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Data.CellSet)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteOlapTable(System.String)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the MDX query.
</summary>
<param name="commandText">The MDX query.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Engine.GridLayout)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the grid layout.
</summary>
<param name="layout">The grid layout.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the cell set and the grid layout.
</summary>
<param name="cellSet">The cell set.</param>
<param name="layout">The grid layout.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.GetExpandedRows(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Returns the OLAP table with expanded rows only.
</summary>
<param name="cellDescriptor">Descriptor to get expanded rows.</param>
<returns>The pivot engine with expanded rows.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.GetReport(System.String)">
<summary>
Gets the OLAP report.
</summary>
<param name="fileName">The name of the file.</param>
<returns>The collection of OLAP reports.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.GetReportAsStream">
<summary>
Gets the OLAP report as stream.
</summary>
<returns>The report as stream</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.LoadOlapDataManager(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Loads the OLAP data manager.
</summary>
<param name="report">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.LoadReport(System.String)">
<summary>
Loads the OLAP report.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.LoadReportDefinitionFile(System.String)">
<summary>
Loads the report definition file.
</summary>
<param name="fileName">The name of the file.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.LoadReportDefinitionFromStream(System.IO.Stream)">
<summary>
Loads the report definition from stream.
</summary>
<param name="reportStream">The report as stream.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.NotifyReportChanged">
<summary>
Notifies that the current report gets changed.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.NotifyReportChanged(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Notifies that the specified report get changed.
</summary>
<param name="currentReport">The current report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.NotifyElementModified">
<summary>
Notifies that the axis element gets modified.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.NotifyException(System.Exception)">
<summary>
Notifies that the specified exception gets thrown.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.NotifyElementModified(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Notifies that the specified axis element gets modified.
</summary>
<param name="axisPosition">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.RaiseAxisElementModified">
<summary>
Raises the event which denotes the modification of axis element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.RemoveReport(System.String)">
<summary>
Removes the OLAP report.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.RenameReport(System.Int32,System.String)">
<summary>
Renames the OLAP report.
</summary>
<param name="index">The index of the report to be renamed.</param>
<param name="newReportName">The new name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.RenameReport(System.String,System.String)">
<summary>
Renames the OLAP report.
</summary>
<param name="oldReportName">The old name of the report.</param>
<param name="newReportName">The new name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.SaveReport(System.String)">
<summary>
Saves the OLAP report.
</summary>
<param name="fileName">The name of the file.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleAxis(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Transpose the data between the axis.
</summary>
<param name="olapReport">The current report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.SetCurrentReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Sets the current report with the specified report.
</summary>
<param name="report">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Toggles the expandable state.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Toggles the expandable state.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<param name="gridLayout">The grid layout.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member)">
<summary>
Toggles the expandable state.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Toggles the expandable state.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Toggles the expandable state.
</summary>
<param name="pivotCellDescriptorType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="gridLayout">The grid layout.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.IOlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Toggles the expandable state.
</summary>
<param name="cellType">Type of the cell.</param>
<param name="member">The member.</param>
<param name="gridLayout">The grid layout.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="E:Syncfusion.Olap.Manager.IOlapDataManager.CubeChanged">
<summary>
Occurs when the cube gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.IOlapDataManager.AxisElementChanged">
<summary>
Occurs when the axis element gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.IOlapDataManager.AxisElementModified">
<summary>
Occurs when the axis element gets modified.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.IOlapDataManager.ReportChanged">
<summary>
Occurs when the current report gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.IOlapDataManager.ActiveReportChanged">
<summary>
Occurs when the active report gets changed.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.ConnectionString">
<summary>
Gets or sets the connection string.
</summary>
<value>The connection string.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.CurrentCellSet">
<summary>
Gets the current cell set.
</summary>
<value>The current cell set.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.CurrentCubeName">
<summary>
Gets or sets the name of the current cube.
</summary>
<value>The name of the current cube.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.CurrentCubeSchema">
<summary>
Gets or sets the current cube schema.
</summary>
<value>The current cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.CurrentReport">
<summary>
Gets or sets the current report.
</summary>
<value>The current report.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.DataProvider">
<summary>
Gets the data provider.
</summary>
<value>The data provider.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.Culture">
<summary>
Gets or sets the culture.
</summary>
<value>The culture.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.IsProcessing">
<summary>
Gets or sets a value to indicate whether the OlapDataManager is doing any action.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.EnableExceptionHandling">
<summary>
Gets or sets a value to indicate whether the exceptions in OlapDataManager are handled.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.IsCurrentReportModified">
<summary>
Gets a value indicating whether this instance is modifying the current report.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.PivotEngine">
<summary>
Gets the pivot engine.
</summary>
<value>The pivot engine.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.Properties">
<summary>
Gets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.ReportPath">
<summary>
Gets the report path.
</summary>
<value>The report path.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.Reports">
<summary>
Gets or sets the collection of reports.
</summary>
<value>The collection of reports.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.MdxQuery">
<summary>
Gets or sets the MDX query.
</summary>
<value>The MDX query.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.IOlapDataManager.ItemSource">
<summary>
Gets or sets the items source.
</summary>
<value>The items source.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.CubeChangedEventHandler">
<summary>
Represents the method that handles the event raised when the cube is changed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.AxisElementChangedEventHandler">
<summary>
Represents the method that handles the event raised when the axis element is changed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.CellSetChangingEventHandler">
<summary>
Represents the method that handles the event raised when the cell set is changing.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.ExceptionHandlingEventHandler">
<summary>
Represents the method that handles the event raised when the exception is handling.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.CellSetChangedEvevtHandler">
<summary>
Represents the method that handles the event raised when the cell set is changed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.AxisElementModifiedEventHandler">
<summary>
Represents the method that handles the event raised when the axis element is modified.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.DrillDownEventHandler">
<summary>
Represents the method that handles the event raised when the drill-down is performed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.ReportChangedEventHandler">
<summary>
Represents the method that handles the event raised when the current report is changed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.ActiveReportChangedEventHandler">
<summary>
Represents the method that handles the event raised when the active report is changed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.CalculatedMemberAddedEventHandler">
<summary>
Represents the method that handles the event raised when the calculated member is added.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.QueryExecuteEventHandler">
<summary>
Represents the method that handles the event raised when the MDX query is executed.
</summary>
<param name="sender">The object where the event handler is attached.</param>
<param name="e">The event data.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.OlapDataManager">
<summary>
Represents the management of data.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> class.
</summary>
<param name="connectionString">The connection string.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.#ctor(Syncfusion.Olap.DataProvider.IDataProvider)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> class.
</summary>
<param name="adomdDataProvider">The ADOMD data provider.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.AddReport(System.String)">
<summary>
Adds the report with specified name.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.AddReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Adds the specified OLAP report.
</summary>
<param name="report">The OLAP report to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.CloneOlapDataManagerElements">
<summary>
Clones the elements of OLAP data manager.
</summary>
<returns>A <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> object.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.CloseConnection">
<summary>
Closes the connection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteCellSet(System.String)">
<summary>
Executes the cell set.
</summary>
<param name="commandText">The command text.</param>
<returns>CellSet</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteCellSet(System.String,System.Boolean)">
<summary>
Executes cell set.
</summary>
<param name="commandText"></param>
<param name="isGrandTotalOn"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.Execute(System.String)">
<summary>
Executes the specified command text.
</summary>
<param name="commandText">The command text.</param>
<returns>Object contains the cell set information.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.Execute(System.String,System.Boolean)">
<summary>
Executes the specified command text.
</summary>
<param name="commandText">The command text.</param>
<param name="returnResult">if set to <c>true</c> [return result].</param>
<returns>Object contains the cell set information.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetMDXQuery">
<summary>
Gets the MDX query.
</summary>
<returns>String contains the MDX Query.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.UpdateKPIStatus(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Updates the member with KPI properties, if the member is of KPI type.
</summary>
<param name="axisPosition">The axis position of KPI.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.UpdateVirtualKPIStatus(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Updates the member with virtual KPI properties, if the member is of virtual KPI type.
</summary>
<param name="axisPosition">The axis position of virtual KPI.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.BuildDrillThroughQuery(Syncfusion.Olap.Engine.PivotCellDescriptor,System.String)">
<summary>
Builds the drill through query.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<param name="drillThroughHierarchies">The drill through hierarchies.</param>
<returns>The drill through query.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetRowAndColumnCount(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Gets the row and column count.
</summary>
<param name="querySpecification">The query specification.</param>
<returns>An integer array contains row and column count.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetDrillDownMDXQuery(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Get the drill down/up query for the cell descriptor passed
</summary>
<param name="cellDescriptor">Drill down member</param>
<returns>The MDX Query after performing a drilldown operation.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetDrillDownMDXQuery(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member)">
<summary>
Gets the drill down MDX query.
</summary>
<param name="cellType">Type of the cell.</param>
<param name="memberObj">The member obj.</param>
<returns>The MDX Query after performing a drill down operation.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteCount">
<summary>
Executes the count.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteMemberCount(System.String,System.String)">
<summary>
Executes the count.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteCellSet(Syncfusion.Olap.MDXQueryBuilder.MDXQuerySpecification)">
<summary>
Executes the cell set.
</summary>
<param name="querySpecification">The query specification.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteCellSet">
<summary>
Returns the cell set based on the MDX query.
</summary>
<returns>The cell set after running the MDX query or query specifications.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteOlapTable">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the current report.
</summary>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Engine.GridLayout)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the grid layout.
</summary>
<param name="layout">The grid layout.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteOlapTable(System.String)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the MDX query.
</summary>
<param name="commandText">The MDX query.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Data.CellSet)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ExecuteOlapTable(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Generates a two dimensional representation of pivot engine that is created from the cell set based on the cell set and the grid layout.
</summary>
<param name="cellSet">The cell set.</param>
<param name="layout">The grid layout.</param>
<returns>The pivot engine i.e., a two dimensional representation of the cell set.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetExpandedRows(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Returns the OLAP table with expanded rows only.
</summary>
<param name="cellDescriptor">Descriptor to get expanded rows.</param>
<returns>The pivot engine with expanded rows.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetReport(System.String)">
<summary>
Gets the OLAP report.
</summary>
<param name="fileName">The name of the file.</param>
<returns>The collection of OLAP reports.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.LoadOlapDataManager(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Loads the <see cref="T:Syncfusion.Olap.Manager.OlapDataManager"/> based on the <see cref="T:Syncfusion.Olap.Reports.OlapReport"/>.
</summary>
<param name="report">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.LoadReport(System.String)">
<summary>
Loads the OLAP report.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.LoadReportDefinitionFile(System.String)">
<summary>
Loads the report definition file.
</summary>
<param name="fileName">The name of the file.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.LoadReportDefinitionFromStream(System.IO.Stream)">
<summary>
Loads the report definition from stream.
</summary>
<param name="reportStream">The report as stream.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetReportAsStream">
<summary>
Gets the OLAP report as stream.
</summary>
<returns>The report as stream</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyElementModified">
<summary>
Notifies when the axis element gets modified.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleAxis(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Transpose the data between the axis.
</summary>
<param name="olapReport">The current report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.RaiseAxisElementModified">
<summary>
Raises the event that is invoked when the axis element gets modified.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyReportChanged">
<summary>
Notifies when the report gets changed.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyReportChanged(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Notifies when the specified report gets changed.
</summary>
<param name="currentReport">The current report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyCellSetChanging">
<summary>
Notifies when the new OLAP report is started to execute.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyException(System.Exception)">
<summary>
Notifies when any exception is thrown.
</summary>
<param name="exception"></param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyCellSetChanged(Syncfusion.Olap.Data.CellSet)">
<summary>
Notifies before the cell set gets returned.
</summary>
<param name="cellset"></param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyActiveReportChanged">
<summary>
Notifies when the active report gets changed.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyActiveReportChanged(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Notifies when the specified active report gets changed
</summary>
<param name="report">The active report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyActiveReportChanged(Syncfusion.Olap.Reports.OlapReport,System.Boolean)">
<summary>
Notifies when the active report gets changed
</summary>
<param name="report">The active report.</param>
<param name="isReportChanged">Indicates whether the report is changed.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.NotifyElementModified(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Notifies when the element gets modified.
</summary>
<param name="axisPosition">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.RemoveReport(System.String)">
<summary>
Removes the OLAP report.
</summary>
<param name="reportName">The name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.RenameReport(System.Int32,System.String)">
<summary>
Renames the OLAP report.
</summary>
<param name="index">The index of the report to be renamed.</param>
<param name="newReportName">The new name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.RenameReport(System.String,System.String)">
<summary>
Renames the OLAP report.
</summary>
<param name="oldReportName">The old name of the report.</param>
<param name="newReportName">The new name of the report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.SaveReport(System.String)">
<summary>
Saves the OLAP report.
</summary>
<param name="fileName">The name of the file.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.SetCurrentReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Sets the current report with the specified report.
</summary>
<param name="report">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.UpdateLevelInfo">
<summary>
Updates the level information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<param name="gridLayout">The grid layout.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="pivotCellDescriptorType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="gridLayout">The grid layout.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateForActiveReport(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,System.Boolean)">
<summary>
Toggles the expandable state for the active report.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateForActiveReport(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Toggles the expandable state for the active report.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="gridLayout">The grid layout.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableState(Syncfusion.Olap.Engine.PivotCellDescriptorType,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Toggles the expandable state for the current report.
</summary>
<param name="cellType">The type of the pivot cell descriptor.</param>
<param name="member">The member.</param>
<param name="gridLayout">The grid layout.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateOnDrillPosition(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Toggles the expandable state on drill position.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateOnDrillPosition(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Data.Member)">
<summary>
Toggles the expandable state on drill position.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<param name="member">The member.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateOnDrillPosition(Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.PivotCellDescriptorType,System.Collections.Generic.List{Syncfusion.Olap.Engine.PositionInfo},Syncfusion.Olap.Engine.ExpandableState)">
<summary>
Toggles the expandable state on drill position.
</summary>
<param name="member">The member.</param>
<param name="type">The type of the cell descriptor.</param>
<param name="positionInfo">The position information.</param>
<param name="state">The expandable state.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ToggleExpandableStateOnDrillPosition(Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.PivotCellDescriptorType,System.Collections.Generic.List{Syncfusion.Olap.Engine.PositionInfo},Syncfusion.Olap.Engine.ExpandableState,System.Boolean)">
<summary>
Toggles the expandable state on drill position.
</summary>
<param name="member">The member.</param>
<param name="type">The type of the cell descriptor.</param>
<param name="positionInfo">The position information.</param>
<param name="state">The expandable state.</param>
<param name="triggerEvents">Indicates whether to trigger events.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetPositionsInfo(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Gets the position information.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetMemberProperties(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Gets the member properties for header tool-tip.
</summary>
<param name="expandCell">The expanded cell.</param>
<returns>The pivot engine.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.OnAxisElementChanged(System.Object,Syncfusion.Olap.Manager.AxisElementChangedEventArgs)">
<summary>
Called when the axis element is changed.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Syncfusion.Olap.Manager.AxisElementChangedEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.OnAxisElementModified(System.Object,Syncfusion.Olap.Manager.AxisElementModifiedEventArgs)">
<summary>
Called when the axis element is modified.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.OnCubeChanged(System.Object,Syncfusion.Olap.Manager.CubeChangedEventArgs)">
<summary>
Called when the cube is changed.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Syncfusion.Olap.Manager.CubeChangedEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.OnReportChanged(System.Object,Syncfusion.Olap.Manager.ReportChangedEventArgs)">
<summary>
Called when the report is changed.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Syncfusion.Olap.Manager.ReportChangedEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.OnActiveReportChanged(System.Object,Syncfusion.Olap.Manager.ActiveReportChangedEventArgs)">
<summary>
Called when the active report is changed.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ValidateCurrentReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Validates the current report.
</summary>
<param name="report">The OLAP report.</param>
<returns>A value that indicates whether the current report is validated.</returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ProcessCurrentReport(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Validates the current report with expand all/collapse all/expand to specific level/collapse to specific level conditions.
</summary>
<param name="report">The report.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetParentMember(Syncfusion.Olap.Data.Member,System.String)">
<summary>
Gets the parent member.
</summary>
<param name="member">The member.</param>
<param name="drillUpDownLevel">The drill up down level.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.FillChildMemberElement(Syncfusion.Olap.Reports.MemberElementCollection,Syncfusion.Olap.Reports.MemberElement)">
<summary>
Fills the child member element.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="memberElement">The member element.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.AddChildMembers(Syncfusion.Olap.Reports.MemberElement,Syncfusion.Olap.Data.MemberCollection,System.Int32,System.Collections.Generic.List{System.String},System.String)">
<summary>
Adds the child members.
</summary>
<param name="memberElement">The _member element.</param>
<param name="memberCollection">The member collection.</param>
<param name="levelIndex">Index of the _level.</param>
<param name="excludeElementsUniqueName">The name of the _exclude elements unique.</param>
<param name="dimensionName">The name of the _dimension.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetExcludeAndIncludeElementValue(Syncfusion.Olap.Reports.Item,System.Collections.Generic.List{Syncfusion.Olap.Reports.Item},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
<summary>
Gets the exclude and include element value in current report.
</summary>
<param name="item">The _item.</param>
<param name="m_items">The m_items.</param>
<param name="m_excludeElementsUniqueName">The name of the m_exclude elements unique.</param>
<param name="m_includeElementsUniqueName">The name of the m_include elements unique.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetExcludeElementsUniqueName(Syncfusion.Olap.Reports.Item,System.Collections.Generic.List{System.String})">
<summary>
Gets the unique name of the excluded elements.
</summary>
<param name="item">The _item.</param>
<param name="m_excludeElementsUniqueName">The name of the m_exclude elements unique.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetExcludeChildElementsUniqueName(Syncfusion.Olap.Reports.MemberElementCollection,System.Collections.Generic.List{System.String},System.String)">
<summary>
Gets the unique name of the excluded child elements.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="m_excludeElementsUniqueName">The name of the m_exclude elements unique.</param>
<param name="dimensionName">The name of the _dimension.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.GetIncludeElementsUniqueName(Syncfusion.Olap.Reports.Item,System.Collections.Generic.List{System.String})">
<summary>
Gets the unique name of the included elements.
</summary>
<param name="item">The _item.</param>
<param name="m_includeElementsUniqueName">The name of the m_include elements unique.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.PopulateMemberElements(Syncfusion.Olap.Reports.Item,Syncfusion.Olap.Reports.OlapReport,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
<summary>
Populates the member elements.
</summary>
<param name="item">The _item.</param>
<param name="report">The report.</param>
<param name="m_excludeElementsUniqueName">The name of the m_exclude elements unique.</param>
<param name="m_includeElementsUniqueName">The name of the m_include elements unique.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.PopulateSpecificMemberElements(Syncfusion.Olap.Reports.Item,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Reports.OlapReport,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
<summary>
Populates the specific member elements.
</summary>
<param name="item">The _item.</param>
<param name="member">The _member.</param>
<param name="report">The report.</param>
<param name="m_excludeElementsUniqueName">The name of the m_exclude elements unique.</param>
<param name="m_includeElementsUniqueName">The name of the m_include elements unique.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ClearChildMembers(Syncfusion.Olap.Reports.MemberElementCollection,System.Int32)">
<summary>
Clears the child members.
</summary>
<param name="memberElementCollection">The _member element collection.</param>
<param name="levelIndex">Index of the _level.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManager.ClearSpecificMemberElements(Syncfusion.Olap.Reports.MemberElementCollection,Syncfusion.Olap.Data.Member)">
<summary>
Clears the specific member elements.
</summary>
<param name="memberElementCollection">The _member element collection.</param>
<param name="member">The member.</param>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.AxisElementChanged">
<summary>
Occurs when the axis element gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.CellSetChanging">
<summary>
Occurs when the cell set execution is started to process new query.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.ExceptionHandling">
<summary>
Occurs when an exception is handled.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.CellSetChanged">
<summary>
Occurs before ExecuteCellSet return new CellSet for the query
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.PivotEnginePopulated">
<summary>
Occurs when the PivotEngine gets created.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.AxisElementModified">
<summary>
Occurs when the axis element gets modified.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.CubeChanged">
<summary>
Occurs when the cube gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.BeforeMdxQueryExecute">
<summary>
Occurs before the MDX query gets executed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.ReportChanged">
<summary>
Occurs when the current report gets changed.
</summary>
</member>
<member name="E:Syncfusion.Olap.Manager.OlapDataManager.ActiveReportChanged">
<summary>
Occurs when the active report gets changed.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.IsProcessing">
<summary>
Gets or sets a value indicating whether the OLAP data manager is processing.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ShowLocalizedMemberProperties">
<summary>
Gets or sets a value indicating whether to display the localized member properties.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ConnectionString">
<summary>
Gets or sets the connection string.
</summary>
<value>The connection string.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.UseWhereClauseForSlicing">
<summary>
Gets or sets a value indicating whether to slice data using "Where" clause or "Select" clause.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ForceWhereClauseForSlicing">
<summary>
Gets or sets a value indicating whether to generate the MDX query with only "Where" clause while slicing.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.AllowMdxToOlapReportParse">
<summary>
Gets or Sets a value indicating whether to enable the MDX query while parsing the OLAP report.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.MdxQuery">
<summary>
Gets or sets the MDX query.
</summary>
<value>The MDX query.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ShowLevelTypeAll">
<summary>
Gets or sets a value indicating whether to show the level type of 'All'.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ItemSource">
<summary>
Gets or sets the item source.
</summary>
<value>The item source.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.CurrentCellSet">
<summary>
Gets the current cell set.
</summary>
<value>The current cell set.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.CurrentCubeName">
<summary>
Gets or sets the name of the current cube.
</summary>
<value>The name of the current cube.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.CurrentCubeSchema">
<summary>
Gets or sets the current cube schema.
</summary>
<value>The current cube schema.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.CurrentReport">
<summary>
Gets or sets the current report.
</summary>
<value>The current report.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ActiveReport">
<summary>
Gets or sets the OlapReport when multiple OlapControls shares same OlapDataManager.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.UseSharedDataManager">
<summary>
Gets or sets whether this instance can be shared among different OLAP controls. Default value is false.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.VirtualKpiElements">
<summary>
Gets or sets the virtual KPI collection.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.CalculatedMembers">
<summary>
Gets or sets the calculated members/measures collection.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.DataProvider">
<summary>
Gets or sets the data provider.
</summary>
<value>The data provider.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.IsCurrentReportModified">
<summary>
Gets or sets a value indicating whether the current report is modified.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.EnableExceptionHandling">
<summary>
Gets or sets whether to handle exceptions.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.Culture">
<summary>
Gets or sets the culture.
</summary>
<value>The culture.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.OverrideDefaultFormatStrings">
<summary>
Gets or sets a value indicating whether to override the default OLAP Cube's strings format.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.PivotEngine">
<summary>
Gets or sets the pivot engine.
</summary>
<value>The pivot engine.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.Name">
<summary>
Gets or sets the name of the OLAP data manager.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.QuerySpecification">
<summary>
Gets the query specification.
</summary>
<value>The query specification.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.ReportPath">
<summary>
Gets the path of the current report.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.Reports">
<summary>
Gets or sets the collection of OLAP reports.
</summary>
<value>The collection of OLAP reports.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.OlapDataManager.RelationalDataSortOrder">
<summary>
Gets or sets the sorting order of relational data.
</summary>
<value>The sorting order of relational data.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.AxisElementChangedEventArgs">
<summary>
Represents the data for the axis element changed event.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.AxisElementChangedEventArgs.#ctor(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.AxisElementChangedEventArgs"/> class.
</summary>
<param name="axisPosition">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.AxisElementChangedEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.AxisElementChangedEventArgs"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.AxisElementChangedEventArgs.AxisPosition">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.AxisElementChangedEventArgs.IsValidAxisPosition">
<summary>
Gets or sets a value indicating whether the axis position is valid.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.CellSetChangingEventArgs">
<summary>
Represents the argument for CellSetChangingEvent
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.ExceptionHandlingEventArgs">
<summary>
Represents the argument for ExceptionHandlingEvent
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.ExceptionHandlingEventArgs.Exception">
<summary>
Gets or sets the exception message
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.CellSetChangedEventArgs">
<summary>
Represents the argument for CellSetChangedEvent
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.CellSetChangedEventArgs.NewCellSet">
<summary>
Gets or sets the value of new CellSet
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.CellSetChangedEventArgs.ResultSet">
<summary>
Gets or sets the value of new CellSet as object
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.PivotEnginePopulatedEventArgs">
<summary>
Represents the arguments for BeforePivotEnginePopulateEvent.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.PivotEnginePopulatedEventArgs.PivotEngine">
<summary>
Gets or sets the PivotEngine.
</summary>
<value>The PivotEngine.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs">
<summary>
Represents the arguments for AxisElementModifiedEvent.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs.#ctor(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs"/> class.
</summary>
<param name="axisPosition">The axis position.</param>
</member>
<member name="P:Syncfusion.Olap.Manager.AxisElementModifiedEventArgs.AxisPosition">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.DrillDownEventArgs">
<summary>
Represents the arguments for DrillDownEvent.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.DrillDownEventArgs.#ctor(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.DrillDownEventArgs"/> class.
</summary>
<param name="axisPosition">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.DrillDownEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.DrillDownEventArgs"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.DrillDownEventArgs.AxisPosition">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.DrillDownEventArgs.IsValidAxisPosition">
<summary>
Gets or sets a value indicating whether this instance is valid axis position.
</summary>
<value>
<c>true</c> if this instance is valid axis position; otherwise, <c>false</c>.
</value>
</member>
<member name="T:Syncfusion.Olap.Manager.ReportChangedEventArgs">
<summary>
Represents the arguments for ReportChangedEvent.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.ReportChangedEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.ReportChangedEventArgs"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.ReportChangedEventArgs.#ctor(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.ReportChangedEventArgs"/> class.
</summary>
<param name="newReport">The new report.</param>
</member>
<member name="P:Syncfusion.Olap.Manager.ReportChangedEventArgs.NewReport">
<summary>
Gets or sets the new report.
</summary>
<value>The new report.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Olap.Manager.OlapDataManager.ActiveReportChanged" /> event.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs">ActiveReportChangedEventArgs</see> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs.#ctor(Syncfusion.Olap.Reports.OlapReport,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs">ActiveReportChangedEventArgs</see> class.
</summary>
<param name="newActiveReport">The active OLAP report.</param>
<param name="isReportChanged">Indicates whether the report is changed.</param>
<remarks></remarks>
</member>
<member name="P:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs.NewActiveReport">
<summary>
Gets or sets the active OLAP report.
</summary>
</member>
<member name="P:Syncfusion.Olap.Manager.ActiveReportChangedEventArgs.IsReportChanged">
<summary>
Gets or sets a value indicating whether the report is changed.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.CalculatedMemberAddedEventArgs">
<summary>
Handles the CalculatedMemberAdded event
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.CalculatedMemberAddedEventArgs.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.CalculatedMemberAddedEventArgs"/> class.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.QueryExecutingEventArgs">
<summary>
Represents the arguments for QueryExecutingEvent.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.QueryExecutingEventArgs.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.QueryExecutingEventArgs"/> class.
</summary>
<param name="mdxQuery">The MDX query.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.QueryExecutingEventArgs.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.QueryExecutingEventArgs"/> class.
</summary>
<param name="mdxQuery">The MDX query.</param>
<param name="executingFunction">The executing function.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.QueryExecutingEventArgs.#ctor(System.String,System.String,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.QueryExecutingEventArgs"/> class.
</summary>
<param name="mdxQuery">The MDX query.</param>
<param name="executingFunction">The executing function.</param>
<param name="report">The report.</param>
</member>
<member name="P:Syncfusion.Olap.Manager.QueryExecutingEventArgs.MdxQuery">
<summary>
Gets or sets the MDX query.
</summary>
<value>The MDX query.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.QueryExecutingEventArgs.ExecutingFunction">
<summary>
Gets or sets the executing function.
</summary>
<value>The executing function.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.QueryExecutingEventArgs.Report">
<summary>
Gets or sets the report.
</summary>
<value>The report.</value>
</member>
<member name="P:Syncfusion.Olap.Manager.QueryExecutingEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Manager.QueryExecutingEventArgs"/> is cancel.
</summary>
<value><c>true</c> if cancel; otherwise, <c>false</c>.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.CubeChangedEventArgs">
<summary>
Represents the arguments for CubeChangedEvent.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.CubeChangedEventArgs.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.CubeChangedEventArgs"/> class.
</summary>
<param name="cubeName">The name of the cube.</param>
</member>
<member name="P:Syncfusion.Olap.Manager.CubeChangedEventArgs.CubeName">
<summary>
Gets or sets the name of the cube.
</summary>
<value>The name of the cube.</value>
</member>
<member name="T:Syncfusion.Olap.Manager.OlapDataManagerException">
<summary>
Represents the exception raised when user tries to perform restricted operation in OlapDataManager.
</summary>
</member>
<member name="F:Syncfusion.Olap.Manager.OlapDataManagerException.C_message">
<summary>
Default message to show when exception fired.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManagerException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManagerException">OlapDataManagerException</see> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManagerException.#ctor(System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManagerException">OlapDataManagerException</see> class.
</summary>
<param name="innerExc">The inner exception.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManagerException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManagerException">OlapDataManagerException</see> class.
</summary>
<param name="message">The exception message to show.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManagerException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManagerException">OlapDataManagerException</see> class.
</summary>
<param name="message">The exception message to show.</param>
<param name="innerExc">The inner exception.</param>
</member>
<member name="M:Syncfusion.Olap.Manager.OlapDataManagerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Manager.OlapDataManagerException">OlapDataManagerException</see> class.
</summary>
<param name="info">The serialization information.</param>
<param name="context">The streaming context.</param>
</member>
<member name="T:Syncfusion.Olap.Manager.Extension">
<summary>
Represents an extension class.
</summary>
<exclude/>
</member>
<member name="M:Syncfusion.Olap.Manager.Extension.In``1(``0,``0[])">
<summary>
Returns true when the current object is matched with any parameter.
</summary>
<param name="obj">The current object.</param>
<param name="values">The array of objects to be compared.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError">
<summary>
Represents the expression error enumeration constants.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.None">
<summary>
Represents none.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.MissingRightQuote">
<summary>
Represents the missing right quote mark.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.MismatchedParentheses">
<summary>
Represents the mismatched parenthesis.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.CannotCompareDifferentTypes">
<summary>
Represents the different type as cannot compare.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.UnknownOperator">
<summary>
Represents unknown error.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.NotAValidFormula">
<summary>
Represents invalid formula.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.ExceptionRaised">
<summary>
Represents whether any exception raised.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.ImproperCharacterPrecedingLeftParentheses">
<summary>
Represents improper character preceding left parentheses.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.UnknownFunction">
<summary>
Represents unknown function.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.InvalidNumberOfFunctionArguments">
<summary>
Represents the invalid number of function arguments.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.ArgumentTypeMismatch">
<summary>
Represents the argument type mismatch.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.InvalidLeftOperand">
<summary>
Represents the invalid left operand.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.InvalidRightOperand">
<summary>
Represents the invalid right operand.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.UnknownExpressionName">
<summary>
Represents the unknown expression name.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.CalculationColumn.ExpressionError.InvalidSummaryArgument">
<summary>
Represents the invalid summary argument.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper">
<summary>
Supports the calculations of expressions and summaries on an IEnumerable object. See the
InitSummaryLibrary and InitFunctionLibrary methods to see the code for adding support for specific
summaries and functions. Summaries are aggregation calculations applied to IEnumerable lists (e.g, StdDev), and
functions are calculation applied to singular objects, usually members of an IEnumerable list (e.g, Cos).
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.IsExpressionName(System.String)">
<summary>
Gets a value indicating whether the specified string is the name of an expression.
</summary>
<param name="expressionName">The name of the expression.</param>
<returns>True if there is an expression with this name.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.GetComputedValue(Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper,System.String,System.Object)">
<summary>
Gets the value of an expression for the given item.
</summary>
<param name="helper">The expression helper.</param>
<param name="expressionName">The name of the expression.</param>
<param name="item">The item for which the expression is to be evaluated.</param>
<returns>The computed expression.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeSummary(System.String,System.Collections.IEnumerable)">
<summary>
Computes a summary calculation.
</summary>
<param name="summaryFormula">The summary formula.</param>
<param name="dataSource">The data source.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.AddExpression(System.String,System.String)">
<summary>
Adds a visible expression column displaying the passed-in expression.
</summary>
<param name="name">The mapping name for the added column.</param>
<param name="expression">The expression.</param>
<returns>True if a column was added.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.AddExpression(System.String,System.String,System.Boolean)">
<summary>
Adds an expression.
</summary>
<param name="name">The name of the expression.</param>
<param name="expression">The expression.</param>
<param name="showInGrid">Indicates whether a visible column should be added to the underlying grid.</param>
<returns>True if expression was added.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.RemoveExpression(System.String)">
<summary>
Removes an expression.
</summary>
<param name="name">The name of the expression to be removed.</param>
<returns>True if the expression was removed.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ChangeExpression(System.String,System.String)">
<summary>
Changes an expression.
</summary>
<param name="name">The name of the expression to be changed.</param>
<param name="expression">The expression.</param>
<returns>True if the change was done.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.Clear">
<summary>
Clears all expressions.
</summary>
<returns>True if all the expressions are removed.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.AddSummary(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Adds a summary calculation to the SummaryLibrary.
</summary>
<param name="name">The name of the summary calculation.</param>
<param name="exp">LambdaExpression defining the summary calculation.</param>
<returns>True if the summary was added.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.RemoveSummary(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Removes a summary from the summary library.
</summary>
<param name="name">The name of the expression to be removed.</param>
<param name="exp">The expression to be removed.</param>
<returns>True if the removal was done.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeMaximum(System.Collections.IEnumerable)">
<summary>
Computes the maximum value in the given list.
</summary>
<param name="list">A list containing numeric values.</param>
<returns>The maximum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeMinimum(System.Collections.IEnumerable)">
<summary>
Computes the minimum value for a given list.
</summary>
<param name="list">A list of numeric values.</param>
<returns>The minimum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeSum(System.Collections.IEnumerable)">
<summary>
Computes the sum of the values in a given list.
</summary>
<param name="list">A list of numeric values.</param>
<returns>The sum.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeCount(System.Collections.IEnumerable)">
<summary>
Returns the number of items in a given list.
</summary>
<param name="list">A list of items.</param>
<returns>The number of items in the list.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ComputeStdDev(System.Collections.IEnumerable)">
<summary>
Returns the sample standard deviation of a list of values.
</summary>
<param name="list">The list of numeric values.</param>
<returns>The standard deviation of the list of numbers.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.InitSummaryLibrary">
<summary>
Initializes the default summary library.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.AddFunction(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Adds a function calculation.
</summary>
<param name="name">The name of the function.</param>
<param name="exp">The expression defining the function.</param>
<returns>True if the function is added.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.RemoveFunction(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Removes a function calculation.
</summary>
<param name="name">The name of the function.</param>
<param name="exp">The expression defining the function.</param>
<returns>True if the function is removed.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.InitFunctionLibrary">
<summary>
Initializes the default function library.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.AddNamedConstant(System.String,System.Object)">
<summary>
Adds the named constant.
</summary>
<param name="name">The name.</param>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.RemoveNamedConstant(System.String,System.Object)">
<summary>
Removes the named constant.
</summary>
<param name="name">The name.</param>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ChangeNamedConstant(System.String,System.Object)">
<summary>
Changes the named constant.
</summary>
<param name="name">The name.</param>
<param name="newValue">The new value.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ClearNamedConstants">
<summary>
Clears the named constants.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.IsNamedConstant(System.String)">
<summary>
Determines whether the specified name is named constant.
</summary>
<param name="name">The name.</param>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.CaseSensitive">
<summary>
Gets or sets a value indicating whether the case is considered while parsing formulas.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.QuoteMark">
<summary>
Gets or sets the quote mark.
</summary>
<value>The quote mark.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ListSeparator">
<summary>
Gets or sets the list separator.
</summary>
<value>The list separator.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.Error">
<summary>
Gets the error result from the most recent calculation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper.ErrorString">
<summary>
Gets the description of the most recent calculation.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject">
<summary>
A wrapper class for an expression object added to an ExpressionHelper class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.#ctor(System.String,System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject">ExpressionObject</see> class.
</summary>
<param name="name">The mapping name for the expression.</param>
<param name="expression">The expression.</param>
<param name="helper">The expression helper.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.ComputedValue(System.Object)">
<summary>
Returns the computed value of this expression.
</summary>
<param name="record">The object on which the expression is being computed.</param>
<returns>The computed value.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.Error">
<summary>
Gets the expression error associated with the recent computation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.ErrorString">
<summary>
Gets the description of the most recent computation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.Name">
<summary>
Gets or sets the mapping name of this expression object.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.ExpressionObject.Expression">
<summary>
Gets or sets the expression of this expression object.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions">
<summary>
Static extension class that supports the parsing and compiling of expression functions and summary calculations.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetCompiledSummary(System.Collections.IEnumerable,System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Returns a delegate that computes the summary defined in the passed-in formula.
</summary>
<param name="source">The source object.</param>
<param name="formula">The formula that defines the summary.</param>
<param name="error">The expression error.</param>
<param name="helper">The expression helper object.</param>
<returns>The compiled delegate for this formula.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetCompiledExpression(System.Object,System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Gets a compiled function expression defined in the passed-in formula.
</summary>
<param name="source">The source object.</param>
<param name="formula">The formula that defines the expression.</param>
<param name="error">The expression error.</param>
<param name="helper">The expression helper object.</param>
<returns>The compiled delegate for this formula.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.TokenizeUnaryMinus(System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@)">
<summary>
Replaces unary minus signs with a token marker.
</summary>
<param name="formula"></param>
<param name="error"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetPropertyValues(System.Collections.IEnumerable,System.ComponentModel.PropertyDescriptor)">
<summary>
Accepts a list of record objects and returns a list of specific property values from the objects.
</summary>
<param name="list"></param>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetComputedValues(System.Collections.IEnumerable,System.String,System.Linq.Expressions.ParameterExpression,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Accepts a list of record objects and returns a list of specific computed values on the record objects where the formula is defined in a string.
</summary>
<param name="list"></param>
<param name="formula"></param>
<param name="pExp"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetComputedValues(System.Collections.IEnumerable,System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression)">
<summary>
Accepts a list of record objects and returns a list of specific computed values on the record objects where the formula is defined in an Expression.
</summary>
<param name="list"></param>
<param name="exp"></param>
<param name="pExp"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetUnboundValues(System.Collections.IEnumerable,System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Accepts a list and returns a list of Expression values where the expression if defined by an ExpressionHelper.
</summary>
<param name="list">The list.</param>
<param name="expressionName">The name of the expression.</param>
<param name="helper">The helper.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.CheckAndProcessSummary(System.String@,System.Int32,System.Int32,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,System.Linq.Expressions.ParameterExpression,System.Collections.IEnumerable,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Determines whether a set of parentheses are associated with a Summary calculation and parses it if it is.
</summary>
<param name="formula"></param>
<param name="start"></param>
<param name="loc"></param>
<param name="error"></param>
<param name="paramExp"></param>
<param name="source"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.CheckAndProcessFunction(System.String@,System.Int32,System.Int32,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,System.Linq.Expressions.ParameterExpression,System.Object,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Checks if a set of parenthesis is part of a function call, and parses it if needed.
</summary>
<param name="formula">String containing the formula.</param>
<param name="start">Index of the left parenthesis in the formula string.</param>
<param name="loc">Index of the right parenthesis in the formula string.</param>
<param name="error">Returns an error code if needed.</param>
<param name="paramExp">An expression representing the argument of the extension.</param>
<param name="source">The parameter expression.</param>
<param name="helper">The helper.</param>
<returns>
Returns true if a function call has been recognized and processed.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetParameters(System.String)">
<summary>
Returns a collection of parameter objects.
</summary>
<param name="arg"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetSimpleExpression(System.Object,System.String,System.Linq.Expressions.ParameterExpression,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Parses a simple expression which is one without parentheses. Handles calculation operator precedence by successive internal calls for particular set of operatord.
</summary>
<param name="source"></param>
<param name="formula"></param>
<param name="paramExp"></param>
<param name="error"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.CompileToExpression(System.Object,System.Linq.Expressions.ParameterExpression,System.String@,System.Char[],System.Char[],Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Compiles a simple expression targeting specific operators.
</summary>
<param name="source"></param>
<param name="paramExp"></param>
<param name="formula"></param>
<param name="operations"></param>
<param name="allOperations"></param>
<param name="error"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetExpression(System.Object,System.Linq.Expressions.ParameterExpression,System.String,System.String,System.Char,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Returns an Expression defined for a string holding a well-formed string expression of holding a single binary operator with left and right pieces.
</summary>
<param name="source"></param>
<param name="paramExp"></param>
<param name="left"></param>
<param name="right"></param>
<param name="operand"></param>
<param name="error"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.EnsureNumericExpressions(System.Linq.Expressions.Expression@,System.Linq.Expressions.Expression@)">
<summary>
Used to coerce argument types to numeric values.
</summary>
<param name="leftExp"></param>
<param name="rightExp"></param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetFunctionName(System.Char)">
<summary>
Matches a token marker with a proper function name.
</summary>
<param name="c"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.CovertObjectToDouble(System.Linq.Expressions.Expression)">
<summary>
Converts an Expression to an Expression of a double type.
</summary>
<param name="exp"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.CoerceType(System.Linq.Expressions.Expression@,System.Linq.Expressions.Expression@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@)">
<summary>
Forces type matches.
</summary>
<param name="leftExp"></param>
<param name="rightExp"></param>
<param name="error"></param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.GetExpressionPiece(System.Object,System.Linq.Expressions.ParameterExpression,System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@,Syncfusion.Olap.Engine.CalculationColumn.ExpressionHelper)">
<summary>
Returns an Exression for a string formula that has no operator.
</summary>
<param name="source"></param>
<param name="paramExp"></param>
<param name="piece"></param>
<param name="error"></param>
<param name="helper"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.CalulationExtensions.TokenizeStrings(System.String,Syncfusion.Olap.Engine.CalculationColumn.ExpressionError@)">
<summary>
Replaces strings in formulas with tokens so string remain immutable during parsing.
</summary>
<param name="formula">The formula with quoted strings.</param>
<param name="error">Error code if any.</param>
<returns>
A string that represnts the formula with quoted strings replaced by tokens.
</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature">
<summary>
Wrapper class for Summary information
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.#ctor(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature"/> class.
</summary>
<param name="name">The name.</param>
<param name="exp">The expression.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.AddExpression(System.Linq.Expressions.LambdaExpression)">
<summary>
Adds the expression.
</summary>
<param name="exp">The expression.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.GetSignatureString(System.Linq.Expressions.LambdaExpression)">
<summary>
Gets the signature string.
</summary>
<param name="exp">The expression.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.RemoveExpression(System.Linq.Expressions.LambdaExpression)">
<summary>
Removes the expression.
</summary>
<param name="exp">The expression.</param>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.Name">
<summary>
Gets or sets the name of the summary signature.
</summary>
<value>The name of the summary signature.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.SummarySignature.LambdaExpressions">
<summary>
Gets the lambda expressions.
</summary>
<value>The lambda expressions.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature">
<summary>
Wrapper class for expression functions
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature.#ctor(System.String,System.Linq.Expressions.LambdaExpression)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature"/> class.
</summary>
<param name="name">The name.</param>
<param name="exp">The expression.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature.AddExpression(System.Linq.Expressions.LambdaExpression)">
<summary>
Adds the expression.
</summary>
<param name="exp">The expression.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature.RemoveExpression(System.Linq.Expressions.LambdaExpression)">
<summary>
Removes the expression.
</summary>
<param name="exp">The expression.</param>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature.Name">
<summary>
Gets or sets the name of the function signature.
</summary>
<value>The name of the function signature.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CalculationColumn.FunctionSignature.LambdaExpressions">
<summary>
Gets the lambda expressions.
</summary>
<value>The lambda expressions.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.DataRowHelper">
<summary>
Helper class for DataRow objects or IEnumerable objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeSum(System.Collections.IEnumerable,System.String)">
<summary>
Computes the sum.
</summary>
<param name="ienum">The IEnumerable object.</param>
<param name="columnName">The name of the column.</param>
<returns>The sum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeAvg(System.Collections.IEnumerable,System.String)">
<summary>
Computes the average.
</summary>
<param name="ienum">The IEnumerable object.</param>
<param name="columnName">The name of the column.</param>
<returns>The average value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeCount(System.Collections.IEnumerable,System.String)">
<summary>
Computes the count.
</summary>
<param name="ienum">The IEnumerable object.</param>
<param name="columnName">The name of the column.</param>
<returns>The count value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeMax(System.Collections.IEnumerable,System.String)">
<summary>
Computes the maximum element.
</summary>
<param name="ienum">The IEnumerable object.</param>
<param name="columnName">The name of the column.</param>
<returns>The maximum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeMin(System.Collections.IEnumerable,System.String)">
<summary>
Computes the minimum element.
</summary>
<param name="ienum">The IEnumerable object.</param>
<param name="columnName">The name of the column.</param>
<returns>The minimum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeSum(System.Data.DataRow[],System.String)">
<summary>
Computes the sum.
</summary>
<param name="dataRowsCollection">The collection of data row objects.</param>
<param name="columnName">The name of the column.</param>
<returns>The sum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeMax(System.Data.DataRow[],System.String)">
<summary>
Computes the maximum.
</summary>
<param name="dataRowCollection">The collection of data row objects.</param>
<param name="columnName">The name of the column.</param>
<returns>The maximum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeMin(System.Data.DataRow[],System.String)">
<summary>
Computes the minimum.
</summary>
<param name="dataRowCollection">The collection of data row objects.</param>
<param name="columnName">The name of the column.</param>
<returns>The minimum value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeAvg(System.Data.DataRow[],System.String)">
<summary>
Computes the average.
</summary>
<param name="dataRowCollection">The collection of data row objects.</param>
<param name="columnName">The name of the column.</param>
<returns>The average value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeCount(System.Data.DataRow[],System.String)">
<summary>
Computes the count.
</summary>
<param name="dataRowCollection">The collection of data row objects.</param>
<param name="columnName">The name of the column.</param>
<returns>The count value.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.Select(System.Collections.IEnumerable,System.String)">
<summary>
Selects the specified IEnumerable.
</summary>
<param name="iEnumerable">The i enumerable.</param>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.StringType(System.Collections.IEnumerable,System.String,Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32,Syncfusion.Olap.Reports.SummaryInfo[],Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Process for string summary type.
</summary>
<param name="iEnumerable">The i enumerable.</param>
<param name="columnName">The name of the column.</param>
<param name="engine">The engine.</param>
<param name="col">The col.</param>
<param name="row">The row.</param>
<param name="summaryInfos">The summary infos.</param>
<param name="gridLayout">The grid layout.</param>
<param name="IListSource">if set to <c>true</c> [I list source].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeFirst(System.Collections.IEnumerable,System.String)">
<summary>
Computes the first element.
</summary>
<param name="iEnumerable">The i enumerable.</param>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.ComputeLast(System.Collections.IEnumerable,System.String)">
<summary>
Computes the last element.
</summary>
<param name="iEnumerable">The i enumerable.</param>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetDataTable(System.Data.DataRow[])">
<summary>
Gets the data table.
</summary>
<param name="dataRowCollection">The collection of data row objects.</param>
<returns>The data table</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetSumExpression(System.String)">
<summary>
Gets the sum expression.
</summary>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetAvgExpression(System.String)">
<summary>
Gets the avg expression.
</summary>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetCountExpression(System.String)">
<summary>
Gets the count expression.
</summary>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetMaxExpression(System.String)">
<summary>
Gets the max expression.
</summary>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.DataRowHelper.GetMinExpression(System.String)">
<summary>
Gets the min expression.
</summary>
<param name="columnName">The name of the column.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Engine.KpiAxisType">
<summary>
Holds the Enumeration of AxisType
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.KpiAxisType.Row">
<summary>
Row axis type for KPI elements.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.KpiAxisType.Column">
<summary>
Column axis type for KPI elements.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.KpiAxisType.None">
<summary>
KPI item does not present.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.SortType">
<summary>
Specifies the type of sorting.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SortType.Ascending">
<summary>
Sorting type is ascending.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SortType.Descending">
<summary>
Sorting type is descending.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SortType.UnSpecified">
<summary>
Sorting type is unspecified.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.ExpandableState">
<summary>
Represents the expandable state of current cell.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.ExpandableState.None">
<summary>
The cell can not be expanded or collapsed.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.ExpandableState.Expanded">
<summary>
The cell is in expanded state.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.ExpandableState.Collapsed">
<summary>
The cell is in collapsed state.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GridLayout">
<summary>
Represents the grid layout.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridLayout.Normal">
<summary>
Grid Layout will be normal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridLayout.ExcelLikeLayout">
<summary>
Grid Layout will be like excel.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridLayout.NoSummaries">
<summary>
Grid layout without summaries
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridLayout.NormalTopSummary">
<summary>
Grid layout will be normal with Top positioned summary.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridLayout.ExcelLikeLayoutWithMemberProperties">
<summary>
Grid layout will be like excel along with member properties.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotCellDescriptorExType">
<summary>
Extended types for cell descriptor.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorExType.Any">
<summary>
The cell descriptor is of any data type.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorExType.OverallTotal">
<summary>
The cell descriptor is of type OverallTotal.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorExType.DrilledDown">
<summary>
The cell descriptor is of type DrilledDown.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorExType.SummaryRow">
<summary>
The cell descriptor is of type SummaryRow.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorExType.SummaryColumn">
<summary>
The cell descriptor is of type SummaryColumn.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotCellDescriptorType">
<summary>
Represents cell wrapper type.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.Any">
<summary>
The cell wrapper is of type any.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.ColumnHeader">
<summary>
The cell wrapper is of type ColumnHeader.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.RowHeader">
<summary>
The cell wrapper is of type RowHeader.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.Value">
<summary>
The cell wrapper is of type Value.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.SummaryRow">
<summary>
The cell wrapper is of type SummaryRow.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.PivotCellDescriptorType.SummaryColumn">
<summary>
The cell wrapper is of type SummaryColumn.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.SummaryLayout">
<summary>
Relative summary position.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SummaryLayout.None">
<summary>
The relative summary position is None.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SummaryLayout.Top">
<summary>
The relative summary position is Top.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.SummaryLayout.Bottom">
<summary>
The relative summary position is None.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GenerateExcelLikeLayout">
<summary>
Generates the pivot engine for excel-like layout for IListSource and IEnumerable sources.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GenerateNormalLayout">
<summary>
Generates the pivot engine for normal layout for IListSource and IEnumerable sources.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GenerateNormalTopSummary">
<summary>
Generates the pivot engine for normal layout with top summary for IListSource and IEnumerable sources.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GenerateNoSummariesLayout">
<summary>
Generates the pivot engine for layout without summaries for IListSource and IEnumerable sources.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.KpiInfoCollection">
<summary>
Represents the Collection of KPI Information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Add(Syncfusion.Olap.Engine.KpiInfo)">
<summary>
Adds the specified KPI information.
</summary>
<param name="kpiInformation">The KPI information which is to be added.</param>
<returns>The index of the KPI information object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Contains(Syncfusion.Olap.Engine.KpiInfo)">
<summary>
Determines whether the collection contains specified KPI information.
</summary>
<param name="kpiInfo">The KPI information object which is to be searched.</param>
<returns><c>true</c> if it contains the specified KPI information; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Contains(System.String)">
<summary>
Determines whether the collection contains specified KPI information.
</summary>
<param name="kpiName">The name of the KPI information which is to be searched.</param>
<returns><c>true</c> if it contains the specified KPI information; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.FindByName(System.String)">
<summary>
Finds the KPI information object by its name.
</summary>
<param name="name">The name of the KPI information object.</param>
<returns>The KPI information object.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.FindMemberIndexByName(System.String,System.String)">
<summary>
Finds the index of the KPI information.
</summary>
<param name="kpiName">The name of the KPI information.</param>
<param name="memberName">The name of the member.</param>
<returns>The index of the KPI information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Merge(Syncfusion.Olap.Engine.KpiInfoCollection)">
<summary>
Merges the specified KPI information collection with the existing collection.
</summary>
<param name="kpiInfoCollection">The collection of KPI information.</param>
<returns>The merged collection of KPI information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.FindNextMemberPosition(System.Int32,System.String,System.String,Syncfusion.Olap.Engine.KpiInfoCollection)">
<summary>
Finds the position of the next member.
</summary>
<param name="pos">The position.</param>
<param name="kpiName">The name of the KPI information.</param>
<param name="memberName">The name of the member.</param>
<param name="kpiInfoCollection">The collection of KPI information .</param>
<returns>The position of the next member.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.Remove(Syncfusion.Olap.Engine.KpiInfo)">
<summary>
Removes the specified KPI information.
</summary>
<param name="kpiInformation">The KPI information object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfoCollection.RemoveMeasures">
<summary>
Removes the measures.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfoCollection.AxisType">
<summary>
Gets or sets the type of the axis.
</summary>
<value>The type of the axis.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfoCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Engine.KpiInfo"/> at the specified index.
</summary>
<param name="index">The index of the KPI information.</param>
</member>
<member name="T:Syncfusion.Olap.Engine.KpiInfo">
<summary>
Contains index information of all KPI Elements in the tuple.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.KpiInfo">KpiInfo</see> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfo.#ctor(Syncfusion.Olap.Engine.KpiInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.KpiInfo"/> class.
</summary>
<param name="kpiInfo">The KPI information.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.KpiInfo.Copy(Syncfusion.Olap.Engine.KpiInfo,Syncfusion.Olap.Engine.KpiInfo)">
<summary>
Copies the specified source KPI information to the Destination KPI information.
</summary>
<param name="sourceKpiInfo">The source KPI information.</param>
<param name="destinationKpiInfo">The destination KPI information.</param>
<returns>A new copy of the merged source KPI and destination KPI.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.GoalValue">
<summary>
Gets or sets the goal value which is used to identify the index of KPI_Goal.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.StatusValue">
<summary>
Gets or sets the status value which is used to identify the index of KPI_Status.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.TrendValue">
<summary>
Gets or sets trend value which is used to identify the index of KPI_Trend.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.MeasureValue">
<summary>
Gets or sets the measure value which is used to identify the index of KPI_Value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.ActualMeasureValue">
<summary>
Gets or sets the actual measure value without $ symbol truncation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.ActualGoalValue">
<summary>
Gets or sets the actual goal value without $ symbol truncation.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.MeasureCaption">
<summary>
Gets or sets the unique name of the measure.
</summary>
<value>The unique name of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.GoalCaption">
<summary>
Gets or sets the unique name of the goal.
</summary>
<value>The unique name of the goal.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.MemberName">
<summary>
Gets or sets the name of the member.
</summary>
<value>The name of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.Kpi_Name">
<summary>
Gets or sets the name of the KPI information.
</summary>
<value>The name of the KPI information.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.IsValidKpi">
<summary>
Gets a value indicating whether this instance is valid KPI.
</summary>
<value>
<c>true</c> if this instance is valid KPI; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.ValueIndex">
<summary>
Gets or sets the index of the value.
</summary>
<value>The index of the value.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.GoalIndex">
<summary>
Gets or sets the index of the goal.
</summary>
<value>The index of the goal.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.StatusIndex">
<summary>
Gets or sets the index of the status.
</summary>
<value>The index of the status.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.TrendIndex">
<summary>
Gets or sets the index of the trend.
</summary>
<value>The index of the trend.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.MemberRowIndex">
<summary>
Gets or sets the index of the member row.
</summary>
<value>The index of the member row.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.StatusGraphic">
<summary>
Gets or sets the status graphic value.
</summary>
<value>The status graphic value.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.TrendGraphic">
<summary>
Gets or sets the trend graphic value.
</summary>
<value>The trend graphic value.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.KpiInfo.MemberColumnIndex">
<summary>
Gets or sets the index of the member column.
</summary>
<value>The index of the member column.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotCellDescriptor">
<summary>
Represents the descriptor for pivot cell.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotCellDescriptor.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotCellDescriptor.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotCellDescriptor.GetRGBColorValue(System.Nullable{System.Int32})">
<summary>
Gets the corresponding RGB color from the decimal value.
</summary>
<param name="colorValue">The decimal color value.</param>
<returns>A new instance of the <see cref="T:System.Windows.Media.SolidColorBrush"/> class.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Engine">
<summary>
Gets or sets the Pivot Engine.
</summary>
<value>The Engine.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.DoubleValue">
<summary>
Gets the double value of the cell descriptor.
</summary>
<value>The double value of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.KpiGraphicsStyle">
<summary>
Gets or sets the KPI graphical rendering style (for status and trend cell types).
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellData">
<summary>
Gets or sets the data associated with the cell descriptor.
</summary>
<value>The data associated with the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellObject">
<summary>
Gets or sets the cell object.
</summary>
<value>The cell object.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.IsEmpty">
<summary>
Gets or sets a value indicating whether the cell descriptor is empty.
</summary>
<value>Returns <c>true</c> if the cell descriptor is empty; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.KpiType">
<summary>
Gets or sets the KPI type of the cell descriptor.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.ClassName">
<summary>
Gets or sets the class name of the cell descriptor.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.HasChildren">
<summary>
Gets or sets a value indicating whether the pivot cell descriptor has children.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.UniqueName">
<summary>
Gets or sets the unique name of the cell descriptor.
</summary>
<value>The unique name of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.IsLastLevel">
<summary>
Gets or sets a value indicating whether this instance is last level.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Tag">
<summary>
Gets or sets the tag.
</summary>
<value>The tag.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Level">
<summary>
Gets or sets the level of the cell descriptor.
</summary>
<value>The level of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.SpanCell">
<summary>
Gets or sets the main cell in the span.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.ExpandableState">
<summary>
Gets or sets the value that specifies how the cell is expanded.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Range">
<summary>
Gets or sets the range occupied by this cell.
</summary>
<remarks>
Location data is ignored and assumed to be this cell location.
</remarks>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.PivotRowIndex">
<summary>
Gets or sets the index of the pivot row.
</summary>
<value>
The index of the pivot row.
</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellIndex">
<summary>
Gets or sets the index of the cell descriptor in a column.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellExTypes">
<summary>
Gets or sets the extended type of the cell descriptor.
</summary>
<remarks>
Extended type of any cell can be changed without any consequences to grouping logic.
</remarks>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellType">
<summary>
Gets or sets the type of the cell descriptor.
</summary>
<remarks>
Types of row or column header cells should not be changed.
</remarks>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellValue">
<summary>
Gets or sets the cell value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.FormatString">
<summary>
Gets or sets the format string of the cell descriptor.
</summary>
<value>The format string of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Value">
<summary>
Gets or sets the unformatted value of the cell descriptor.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.CellCaption">
<summary>
Gets or sets the caption of the cell descriptor.
</summary>
<value>The caption of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.FontName">
<summary>
Gets or sets the font name of the cell.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.FontSize">
<summary>
Gets or sets the font size of the cell.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.FontFlags">
<summary>
Gets or sets the font effects.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Foreground">
<summary>
Gets or sets the cell foreground color.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.Background">
<summary>
Gets or sets the background color of the cell.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.ParentCellValues">
<summary>
Gets or sets the list of parent cells.
</summary>
<value>The list of parent cells.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.RowIndex">
<summary>
Gets or sets the index of the cell descriptor in a row.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.ModelLocation">
<summary>
Gets or sets the model location of the cell descriptor.
</summary>
<value>The model location of the cell descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotCellDescriptor.ParentCellDescriptors">
<summary>
Gets or sets the list of parent cell descriptors.
</summary>
<value>The list of parent cell descriptors.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotCellCollection">
<summary>
Represents the collection of pivot cell descriptors.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotCellCollection.Dispose">
<summary>
Releases all resources used by the collection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotCellCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotColumnDescriptor">
<summary>
Represents the descriptor for pivot column.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotColumnDescriptor.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotColumnDescriptor"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotColumnDescriptor.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotColumnDescriptor"/> class.
</summary>
<param name="cellCount">The cell count.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotColumnDescriptor.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotColumnDescriptor.MappingName">
<summary>
Gets or sets the mapping name of the pivot column descriptor.
</summary>
<value>The mapping name of the pivot column descriptor.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotColumnDescriptor.Cells">
<summary>
Gets the collection of pivot cell descriptors.
</summary>
<value>The collection of pivot cell descriptors.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotRowDescriptor">
<summary>
Represents the descriptor for pivot row that can be used to easily perform
several actions in column-based model, for example insert or get row at index.
</summary>
<remarks>
Row objects are created dynamically and they are now getting serialized.
User can perform operations with cells in the row, manipulation with cell sequence
will not be saved.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotRowDescriptor.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotRowDescriptor"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotRowDescriptor.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotRowDescriptor.Cells">
<summary>
Gets the collection of pivot cell descriptors.
</summary>
<value>The collection of pivot cell descriptors.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotElements">
<summary>
Represents the Pivot Element information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotElements.#ctor(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotElements"/> class.
</summary>
<param name="olapReport">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotElements.GetElements">
<summary>
Gets the pivot elements.
</summary>
<returns>The pivot elements.</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.ExpandAll">
<summary>
Gets or sets a value indicating whether to expand all or not.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.Report">
<summary>
Gets or sets the OLAP report.
</summary>
<value>The OLAP report.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.ColumnItems">
<summary>
Gets or sets the list of column items.
</summary>
<value>The list of column items.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.SeriesItems">
<summary>
Gets or sets the list of series items.
</summary>
<value>The list of series items.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.Summaries">
<summary>
Gets or sets the list of summaries.
</summary>
<value>The list of summaries.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.IsRowSummary">
<summary>
Gets or sets a value indicating whether this instance is row summary.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotElements.SummaryStringCount">
<summary>
Gets or sets the count of summary string.
</summary>
<value>The count of summary string.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotEngine">
<summary>
Represents the OLAP table in virtual flexible way and provides several useful methods to operate on OLAP table.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotEngine"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellData(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Gets the details for specified cell.
</summary>
<param name="pivotCell"></param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellData(System.Int32,System.Int32)">
<summary>
Gets the details for a cell in specified location.
</summary>
<param name="row">Cell row.</param>
<param name="column">Cell column</param>
<returns>Data structure.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellDataValue(System.Int32,System.Int32)">
<summary>
Gets the cell data value.
</summary>
<param name="row">The index of the row.</param>
<param name="column">The index of the column.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellDataValueforIEnumerable(System.Int32,System.Int32)">
<summary>
Gets the cell data value for IEnumerable source.
</summary>
<param name="row">The index of the row.</param>
<param name="column">The index of the column.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetExtendedStyles(Syncfusion.Olap.Data.Member)">
<summary>
Sets the extended styles to the cells.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ClearLevelHeadersArea">
<summary>
Clears the top-left area that should be called right before rendering the data.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RemoveMeasuresSection">
<summary>
Removes the measures' section.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ClearTable">
<summary>
Clears the pivot table i.e. removes the empty rows.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RevertTransform">
<summary>
Transforms the table by changing rows with columns.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetUpdatedCellLocation(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Returns the cell location.
</summary>
<param name="cellDesc">The cell descriptor.</param>
<returns>The cell location.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellLocation(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Returns the cell location.
</summary>
<param name="cellDesc">The cell descriptor.</param>
<returns>The cell location.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.CreateEngine(System.Int32,System.Int32)">
<summary>
Creates the pivot table that is filled with default cell objects.
</summary>
<param name="rowCount">Number of rows that should be maintained in the table.</param>
<param name="colCount">Number of columns that should be maintained in the table.</param>
<returns>The created pivot table.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ValidateExpandLevel(System.Int32,Syncfusion.Olap.Engine.ExpandableState)">
<summary>
Checks if the expand level is correct and also corrects the specified level if needed.
</summary>
<param name="level">The level.</param>
<param name="state">The expandable state to be applied.</param>
<returns>The corrected level.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ValidateCellTypes(System.Collections.Generic.Dictionary{Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Engine.GridRangeInfo})">
<summary>
Checks if the data has OLAP structure, if not cell types will be changed.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetInnerSummaryLayout">
<summary>
Sets the inner summary layout i.e. the table becomes grouped.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetRenderingLevel(System.Int32)">
<summary>
Sets the expandable rendering level initially.
</summary>
<param name="level">The last expanded level.</param>
<remarks>Works only if the expandable model is enabled.</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.CreateTableFromRows(System.Collections.Generic.List{System.Int32})">
<summary>
Creates a new table descriptor form the array of rows numbers.
</summary>
<param name="rows">The list of rows's indexes.</param>
<returns>The created pivot table.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ToggleExpandableState(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.ExpandableState,System.Collections.Generic.List{System.Int32})">
<summary>
Toggles the expandable state of the specified cell.
</summary>
<param name="location">The cell location in the gird.</param>
<param name="state">The state of current cell.</param>
<param name="renderedRows">The list of rows's indexes.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetExpandableState(Syncfusion.Olap.Engine.PivotEngine)">
<summary>
Sets the expandable states for row header cells in expandable table.
</summary>
<param name="originalTable">Original non-expanded table.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetSummaryRows">
<summary>
Sets the style to summary cells in the row.
</summary>
<remarks>
Summary cells are determined dynamically, depending on the current maximum expand level.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.MoveRow(System.Int32,System.Int32)">
<summary>
Moves the row from current position to new position.
</summary>
<param name="currPosition">The current row position.</param>
<param name="newPosition">The new row position.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.MoveRow(System.Int32,System.Int32,System.Boolean)">
<summary>
Moves the row from current position to new position.
</summary>
<param name="currPosition">The current row position.</param>
<param name="newPosition">The new row position.</param>
<param name="ignoreSpans">Indicates whether to ignore spans.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.Reset">
<summary>
Clears the table columns.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetRowLevel(System.Int32)">
<summary>
Gets the level of specified row.
</summary>
<param name="rowindex">The index of the row.</param>
<returns>The level.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.InsertRow(Syncfusion.Olap.Engine.PivotRowDescriptor,System.Int32)">
<summary>
Inserts the row at specified index.
</summary>
<param name="row">The row to be inserted.</param>
<param name="index">The index at which the row should be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetRowAt(System.Int32)">
<summary>
Gets the row at specified index.
</summary>
<param name="index">The index of the row.</param>
<returns>The row that is created.</returns>
<remarks>If the index is incorrect, then the empty row will be returned.</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RemoveRowAt(System.Int32)">
<summary>
Removes the row at specified index.
</summary>
<param name="index">The index of the row.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RemoveTotalsElements">
<summary>
Removes the elements that represents totals signs.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetTotalsSigns">
<summary>
Sets the totals signs.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetTotalsSigns(System.String)">
<summary>
Sets the totals signs.
</summary>
<param name="summaryPos">The summary position.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetTotalsSigns(System.Boolean)">
<summary>
Sets the totals signs.
</summary>
<param name="setTotalStyles">Indicates whether to set styles for totals signs.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ResetSpans">
<summary>
Resets the spans in the pivot table.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ResetSpansforExcelLayout(System.Boolean,System.Boolean)">
<summary>
Resets the span for excel layout.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateSpans">
<summary>
Recalculates the spans in the pivot table.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateSpans(System.Int32,System.Int32,System.Boolean,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Recalculates the spans if the summary type is specified with IList or DataTable binding.
</summary>
<param name="summaryStringCount">The count of summary string items.</param>
<param name="summaryElements">The count of summary elements.</param>
<param name="rowMeasure">Indicates whether it is row measure.</param>
<param name="gridLayout">The grid layout.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateSpans(System.Boolean)">
<summary>
Recalculates the spans in the table.
</summary>
<param name="resetHeader">Indicates whether to reset the table header spans.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateColumnHeaderSpans">
<summary>
Recalculates the column header spans.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateColumnHeaderSpans(System.Boolean)">
<summary>
Recalculates the column header spans.
</summary>
<param name="itemsSource">Indicates whether it is items source.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetColumnsSummaryPos(Syncfusion.Olap.Engine.SummaryLayout)">
<summary>
Sets the column summary position.
</summary>
<param name="summaryPos">The summary position.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.IndexCells">
<summary>
Indexes the cells of columns and rows in the pivot table.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetValidKpiCollection">
<summary>
Gets the valid KPIs.
</summary>
<returns>The collection of KPIs.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.MergeKpiRowsWithColumns(Syncfusion.Olap.Engine.KpiInfoCollection)">
<summary>
Merges the KPI rows with columns.
</summary>
<param name="kpiInfoCollection">The collection of KPI information.</param>
<returns>The merged collection of KPI information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetKpiCollectionAxisMembers">
<summary>
Gets the axis members of KPIs.
</summary>
<returns>The collection of KPI information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetKpiCollection">
<summary>
Gets the KPIs.
</summary>
<returns>The collection of KPI information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.MergeWrapper(Syncfusion.Olap.Engine.PivotEngine)">
<summary>
Applies all changes of specified wrapper to current wrapper.
</summary>
<param name="tableWrapper">The wrapper with applied changes.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.CreateRowsLevelsHash">
<summary>
Creates the rows levels hash.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.CreateColumnsLevelsHash">
<summary>
Creates the columns levels hash.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellPath(System.Int32,System.Int32)">
<summary>
Gets the cell path.
</summary>
<param name="colIndex">Index of the col.</param>
<param name="rowIndex">Index of the row.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetCellVerticalPath(System.Int32,System.Int32)">
<summary>
Gets the cell vertical path.
</summary>
<param name="colIndex">Index of the col.</param>
<param name="rowIndex">Index of the row.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.InsertAdditionalRows(System.Collections.IEnumerable,System.String,System.Int32,System.Int32,Syncfusion.Olap.Reports.SummaryInfo[],Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Inserts the additional rows if Summary type is set to String in case of IList/DataTable binding.
</summary>
<param name="iEnumerable">The i enumerable.</param>
<param name="columnName">The name of the column.</param>
<param name="col">The col.</param>
<param name="row">The row.</param>
<param name="summaryInfos">The summary infos.</param>
<param name="gridLayout">The grid layout.</param>
<param name="IListSource">if set to <c>true</c> [I list source].</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.TransformTable(Syncfusion.Olap.Engine.SummaryLayout)">
<summary>
Alters the table according to the Summary Position
</summary>
<param name="summaryPos">The summary pos.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ClearTotalsSigns">
<summary>
Clears the totals signs.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ClearTotalsSignsforExcelLayout">
<summary>
Clears the totals sign for excel layout.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.CheckRangeInfo(System.Boolean)">
<summary>
Checks the range info.
</summary>
<param name="IsMdx">if set to <c>true</c> [is MDX].</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.EnsureRangeInfo">
<summary>
Ensures the range info.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateNoSummaryLayoutSpan">
<summary>
Recalculates the span if summary position is set to Bottom
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ClearLevelHeaderSpan">
<summary>
Clears the level header span.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ReCalculateLevelHeadersSpan">
<summary>
ReCalculates the Level headers Span
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ProcessEngineWithMemberProperties(Syncfusion.Olap.Data.Axis)">
<summary>
Processes the engine with member properties for Excel Layout.
</summary>
<param name="rowAxis">The row axis.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.ProcessMemberValues(Syncfusion.Olap.Engine.PivotColumnDescriptor,System.String)">
<summary>
Processes the member values.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetTopIndex(Syncfusion.Olap.Engine.PivotRowDescriptor,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Gets the index of the top.
</summary>
<param name="pivotRowDescriptor">The pivot row descriptor.</param>
<param name="parentCell">The parent cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RemoveRowAt(System.Int32,System.Int32)">
<summary>
Gets the index of CellDescriptor in the specified column.
</summary>
<param name="cellIndex">Index of the cell.</param>
<param name="col">The col.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetTopIndex(Syncfusion.Olap.Engine.PivotColumnDescriptor,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Gets the index of CellDescriptor in the specified column.
</summary>
<param name="column">The column.</param>
<param name="pivotCellDescriptor">The pivot cell descriptor.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.RecalculateRowHeaderSpans">
<summary>
Recalculates the row header spans.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetPreviousCell(Syncfusion.Olap.Engine.PivotColumnDescriptor,System.Int32)">
<summary>
Gets the previous cell.
</summary>
<param name="columnDesc">The column desc.</param>
<param name="cell">The cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetPreviousCell(Syncfusion.Olap.Engine.PivotRowDescriptor,System.Int32)">
<summary>
Gets the previous cell.
</summary>
<param name="rowDesc">The row desc.</param>
<param name="cell">The cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.SetRowsSummaryPos(Syncfusion.Olap.Engine.SummaryLayout)">
<summary>
Sets the rows summary position.
</summary>
<param name="summaryPos">The summary pos.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetKpiAxis">
<summary>
Gets the kpi axis.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.EnsureMemberDrillDown(Syncfusion.Olap.Engine.PivotCellDescriptor,System.Boolean,System.Int32,System.Int32)">
<summary>
Ensures the member drill down.
</summary>
<param name="parentCell">The parent cell.</param>
<param name="Option">if set to <c>true</c> [option].</param>
<param name="colIndex">Index of the col.</param>
<param name="cellIndex">Index of the cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotEngine.GetRowColCount(Syncfusion.Olap.Engine.PivotColumnDescriptor,Syncfusion.Olap.Engine.PivotCellDescriptor,System.Int32,System.Int32,System.Boolean)">
<summary>
Determines the row/col count.
</summary>
<param name="columnDesc">The column desc.</param>
<param name="parentCell">The parent cell.</param>
<param name="parentIndex">Index of the parent.</param>
<param name="childIndex">Index of the child.</param>
<param name="isRow">if set to <c>true</c> [is row].</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.Reverted">
<summary>
Indicates whether the OLAP table is reverted.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.RowsCount">
<summary>
Gets the number of rows in the OLAP table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.CoveredCellsRangeInfo">
<summary>
Gets or sets the collection of covered cells' range information.
</summary>
<value>The collection of covered cells' range information.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.ParentEngine">
<summary>
Gets or sets the parent engine.
</summary>
<value>The parent engine.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.HeaderSection">
<summary>
Gets or sets the header range information in OLAP table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.RowHeaderSection">
<summary>
Gets or sets the row header range information in OLAP table.
</summary>
<value>The row header range information.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.DefaultTable">
<summary>
Gets the default pivot table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.CrossLevelExpand">
<summary>
Gets or sets a value indicating whether the cross-level expand feature is enabled.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.RenderedRows">
<summary>
Gets or sets the list of rendered rows.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.SummaryPosition">
<summary>
Gets or sets the summary position in OLAP table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.IsOLAP">
<summary>
Gets a value indicating whether the pivot table contains OLAP expandable and structured data.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.ItemSource">
<summary>
Gets or sets the items source.
</summary>
<value>The items source.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.TableColumns">
<summary>
Gets or sets the collection of child columns.
</summary>
<value>The collection of child columns.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.LevelsHash">
<summary>
Gets the levels hash for the current table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.Layout">
<summary>
Gets or sets Grid Layout
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotEngine.Item(System.Int32,System.Int32)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Engine.PivotCellDescriptor"/> with the specified location.
</summary>
</member>
<member name="T:Syncfusion.ModelAssembly">
<summary>
Model Assembly.
</summary>
<exclude/>
</member>
<member name="F:Syncfusion.ModelAssembly.Assembly">
<summary>
Assembly member of type <see cref="F:Syncfusion.ModelAssembly.Assembly"/>.
</summary>
</member>
<member name="F:Syncfusion.ModelAssembly.Name">
<summary>
Name of the <see cref="T:Syncfusion.ModelAssembly"/>.
</summary>
</member>
<member name="F:Syncfusion.ModelAssembly.RootNamespace">
<summary>
Namespace of the <see cref="T:Syncfusion.ModelAssembly"/>
</summary>
</member>
<member name="M:Syncfusion.ModelAssembly.#ctor">
<summary>
Initializes the <see cref="T:Syncfusion.ModelAssembly"/> class.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.HeaderCaptionCollection">
<summary>
Represents the list of header captions.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.HeaderCaptionCollection.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.HeaderInfoCollection">
<summary>
Represents the list of <see cref="T:Syncfusion.Olap.Engine.CellHeaderInfo"/> objects.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.CellHeaderInfo">
<summary>
Represents the cell header information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.CellHeaderInfo.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
</summary>
<returns>
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="P:Syncfusion.Olap.Engine.CellHeaderInfo.Name">
<summary>
Gets or sets the name of the header cell.
</summary>
<value>The name of the header cell.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CellHeaderInfo.UniqueName">
<summary>
Gets or sets the unique name of the header cell.
</summary>
<value>The unique name of the header cell.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.CellHeaderInfo.Member">
<summary>
Gets or sets the member of the header cell.
</summary>
<value>The member of the header cell.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.PivotValueCellData">
<summary>
Represents the pivot value cell data information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.PivotValueCellData.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.PivotValueCellData"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.Value">
<summary>
Gets or sets the value of the value cell.
</summary>
<value>The value of the value cell.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.Rows">
<summary>
Gets or sets the collection of headers in rows.
</summary>
<value>The collection of headers in rows.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.Columns">
<summary>
Gets or sets the collection of headers in columns.
</summary>
<value>The collection of headers in columns.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.Measure">
<summary>
Gets or sets the measure of the value cell.
</summary>
<value>The measure of the value cell.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.RowInfo">
<summary>
Gets or sets the collection of header information in rows.
</summary>
<value>The collection of header information in rows.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.ColumnInfo">
<summary>
Gets or sets the collection of header information in columns.
</summary>
<value>The collection of header information in columns.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PivotValueCellData.MeasureInfo">
<summary>
Gets or sets the measure information of the value cell.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.HeaderPositionsInfo">
<summary>
Representation of list of <see cref="T:Syncfusion.Olap.Common.SerializableDictionary`2"/> class that holds header position information.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.HeaderPositionsInfo.GetHierarchyStrings(Syncfusion.Olap.Common.SerializableDictionary{System.String,System.Collections.Generic.List{Syncfusion.Olap.Engine.PositionInfo}})">
<summary>
Gets the hierarchy based header's position collection.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.HeaderPositionsInfo.GetHierarchyBasedPositions(System.Collections.Generic.List{Syncfusion.Olap.Engine.PositionInfo})">
<summary>
Gets the hierarchy based positions.
</summary>
<param name="positionInfos">The list of position information.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Engine.PositionInfo">
<summary>
Represents the position information.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.PositionInfo.UniqueName">
<summary>
Gets or sets the unique name of the position.
</summary>
<value>The unique name of the position.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.PositionInfo.HierarchyUniqueName">
<summary>
Gets or sets the unique name of the hierarchy.
</summary>
<value>The unique name of the hierarchy.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.TableBuilder">
<summary>
Represents the table builder class used to generate pivot engine either from cell set or relational data.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineTableFromCellSet(Syncfusion.Olap.Data.CellSet)">
<summary>
Builds the pivot engine from the specified cell set.
</summary>
<param name="cellSet">The cell set.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetMaxLevel(Syncfusion.Olap.Data.Axis,System.Int32)">
<summary>
Returns the maximum level of the tuple set.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="dimension">The dimension.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetMinLevel(Syncfusion.Olap.Data.Axis,System.Int32)">
<summary>
Returns the minimum level of the tuple set.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="dimension">The dimension.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildTableFromCellSet(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Engine.SummaryLayout,Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Builds the pivot engine from the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<param name="summaryLayout">The summary layout.</param>
<param name="gridLayout">The grid layout.</param>
<param name="IsMDX">Indicates whether it is MDX query.</param>
<returns>The pivot engine.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSet(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.SummaryLayout,Syncfusion.Olap.Engine.GridLayout,System.Boolean,System.Boolean)">
<summary>
Builds the pivot engine from the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<param name="expandedCell">The expanded cell.</param>
<param name="summaryLayout">The summary layout.</param>
<param name="gridLayout">The grid layout.</param>
<param name="IncludeCellCaption">Indicates whether to include cell caption.</param>
<param name="IsMdx">Indicates whether it is MDX query.</param>
<returns>The pivot engine.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSet(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.DataProvider.IDataProvider)">
<summary>
Builds the pivot engine from the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<param name="dataProvider">The data provider.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSet(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.SummaryLayout,Syncfusion.Olap.Engine.GridLayout,System.Boolean,System.Boolean,System.Object)">
<summary>
Builds the pivot engine from the cell set.
</summary>
<param name="cellSet">The cell set.</param>
<param name="expandedCell">The expanded cell.</param>
<param name="summaryLayout">The summary layout.</param>
<param name="gridLayout">The grid layout.</param>
<param name="IncludeCellCaption">Indicates whether to include cell caption.</param>
<param name="IsMdx">Indicates whether it is MDX query.</param>
<param name="dataManager">The data manager.</param>
<returns>The pivot engine.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSetforExcelLayout(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Data.Member,System.Boolean,Syncfusion.Olap.Engine.GridLayout)">
<summary>
Builds the engine from cell set for excel layout.
</summary>
<param name="cellSet">The cell set.</param>
<param name="expandedCell">The expanded cell.</param>
<param name="isMdx">if set to <c>true</c> [is MDX].</param>
<param name="layout">The layout.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSetforExcelLayout(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Data.Member,System.Boolean,Syncfusion.Olap.Engine.GridLayout,System.Boolean)">
<summary>
Builds the engine from cell set for excel layout.
</summary>
<param name="cellSet">The cell set.</param>
<param name="expandedCell">The expanded cell.</param>
<param name="isMdx">if set to <c>true</c> [is MDX].</param>
<param name="layout">The layout.</param>
<param name="showLevelTypeAll">if set to <c>true</c> [show level type all].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromCellSetforExcelLayout(Syncfusion.Olap.Data.CellSet,Syncfusion.Olap.Data.Member,System.Boolean,Syncfusion.Olap.Engine.GridLayout,System.Boolean,System.Object)">
<summary>
Builds the engine from cell set for excel layout.
</summary>
<param name="cellSet">The cell set.</param>
<param name="expandedCell">The expanded cell.</param>
<param name="isMdx">if set to <c>true</c> [is MDX].</param>
<param name="layout">The layout.</param>
<param name="showLevelTypeAll">if set to <c>true</c> [show level type all].</param>
<param name="dataManager">The data manager.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromIListSource(System.ComponentModel.IListSource,Syncfusion.Olap.Reports.OlapReport,Syncfusion.Olap.Engine.SortType,System.String[],System.String[],Syncfusion.Olap.Reports.SummaryInfo[],System.Boolean,Syncfusion.Olap.Engine.GridLayout,System.Boolean,System.Int32,Syncfusion.Olap.Engine.PivotCellDescriptor,System.Boolean)">
<summary>
Pivot Engine Generation for Ilistsource.
</summary>
<param name="listSource">The list source.</param>
<param name="CurrentReport">The current report.</param>
<param name="sortOrder">The sort order.</param>
<param name="columnGroup">The column group.</param>
<param name="rowGroup">The row group.</param>
<param name="summaryInfos">The summary infos.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<param name="layout">The layout.</param>
<param name="ExpandAll">if set to <c>true</c> [expand all].</param>
<param name="summaryStringCount">The summary string count.</param>
<param name="drilledCell">The drilled cell.</param>
<param name="drillDown">if set to <c>true</c> [drill down].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineFromIQueryable(System.Linq.IQueryable,Syncfusion.Olap.Reports.OlapReport,Syncfusion.Olap.Engine.SortType,System.String[],System.String[],Syncfusion.Olap.Reports.SummaryInfo[],System.Boolean,Syncfusion.Olap.Engine.GridLayout,System.Boolean,Syncfusion.Olap.Engine.PivotCellDescriptor,System.Boolean)">
<summary>
Builds the engine from IEnumerable source
</summary>
<param name="queryableSource">The IEnumerable source.</param>
<param name="CurrentReport">The current report.</param>
<param name="sortOrder">The sort order.</param>
<param name="columnGroup">The column group.</param>
<param name="rowGroup">The row group.</param>
<param name="summaryInfos">The summary infos.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<param name="layout">The layout.</param>
<param name="ExpandAll">if set to <c>true</c> [expand all].</param>
<param name="drilledCell">The drilled cell.</param>
<param name="drillDown">if set to <c>true</c> [drill down].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.BuildEngineWithMemberProperties(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Builds the engine with member properties.
</summary>
<param name="expandCell">The expand cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.CustomizeCell(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Data.Cell)">
<summary>
Customizes the cell based on the value present in OLAP Cell.
</summary>
<param name="cellDesc">The PivotCellDescriptor.</param>
<param name="olapCell">The OLAP cell.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetCurrentLevel(Syncfusion.Olap.Data.Axis,System.Int32,System.Boolean)">
<summary>
Returns the current level of Cube Axis
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="memberInd">The member index.</param>
<param name="isPagingApplied">Is paging applied.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetExpandableBufferRows(Syncfusion.Olap.Data.Axis,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Gets the expandable buffer rows.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="olapReport">The OLAP report.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetLevelDepth(System.Collections.Generic.List{Syncfusion.Olap.Engine.PivotRowDescriptor})">
<summary>
Gets the level depth.
</summary>
<param name="bufferRows">The buffer rows.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.MergeColumnHeader(Syncfusion.Olap.Engine.PivotEngine,Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Boolean)">
<summary>
Merges the column header.
</summary>
<param name="mainTable">The main table.</param>
<param name="colSection">The col section.</param>
<param name="rowHeaderDepth">The row header depth.</param>
<param name="isExcelLayout">if set to <c>true</c> [is excel layout].</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.ProcessAxis(Syncfusion.Olap.Engine.PivotEngine,Syncfusion.Olap.Data.Axis,System.Int32,System.Collections.Generic.List{Syncfusion.Olap.Engine.PivotRowDescriptor},System.Int32,Syncfusion.Olap.Manager.OlapDataManager)">
<summary>
Processes the axis.
</summary>
<param name="pEngine">The p engine.</param>
<param name="cubeAxis">The cube axis.</param>
<param name="headerRows">The _header rows.</param>
<param name="bufferRows">The buffer rows.</param>
<param name="rowMembers">The row members.</param>
<param name="olapDataManager">The olapDataManager.</param>
<returns>The list of pivot cell descriptors.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.IncludeDrilledHeaders(Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.PivotCellDescriptor,System.Int32,Syncfusion.Olap.Manager.OlapDataManager,System.Collections.Generic.Dictionary{System.String,Syncfusion.Olap.Engine.PivotCellDescriptor}@)">
<summary>
Getting the parents of drilled headers.
</summary>
<param name="member">The child member.</param>
<param name="bufferCell">The empty buffer cell.</param>
<param name="cellIndex">The index the header.</param>
<param name="olapDataManager">The olapDataManager.</param>
<param name="savedHeaders">The drilled headers list.</param>
<returns>The buffer cell with all required information.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.SetMembersLevelHeader(Syncfusion.Olap.Data.Member,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Sets the members level header.
</summary>
<param name="member">The member.</param>
<param name="colHeader">The col header.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.SetSummaryStructure(Syncfusion.Olap.Engine.PivotRowDescriptor)">
<summary>
Determines the summary structure.
</summary>
<param name="rowDescriptor">The row descriptor.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.EnsureMemberDrillDown(Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Checks whether the given member is drilled down and the type
</summary>
<param name="cellDesc">The cell descriptor.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.SetCellStyle(System.Object,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Sets the cell style.
</summary>
<param name="olapCell">The OLAP cell.</param>
<param name="cellDescriptor">The cell descriptor.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetMeasures(Syncfusion.Olap.Data.Axis)">
<summary>
Returns the measures from Cube Axis
</summary>
<param name="rowAxis">The row axis.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.IsMeasure(Syncfusion.Olap.Data.Axis)">
<summary>
Determines whether the specified row axis has measure.
</summary>
<param name="rowAxis">The row axis.</param>
<returns>
<c>true</c> if the specified row axis has measure; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetRowCount(Syncfusion.Olap.Data.Axis,System.Boolean,Syncfusion.Olap.DataProvider.Providers)">
<summary>
Calculates the number of rows for Creating Engine
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="showLevelTypeAll">if the level type of 'All' is shown.</param>
<param name="providerName">The data provider.</param>
<returns>The count of rows.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.IsMeasureMiddle(Syncfusion.Olap.Data.Axis)">
<summary>
Determines whether the measure is in between members
</summary>
<param name="cubeAxis">The cube axis.</param>
<returns>
<c>true</c> if measure is in between members; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.IsMeasureEnd(Syncfusion.Olap.Data.Axis)">
<summary>
Determines whether measure is not in between two members and placed at the end in Collection
</summary>
<param name="cubeAxis">The cube axis.</param>
<returns>
<c>true</c> if not in between two members ; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.IsSummaryTuple(Syncfusion.Olap.Data.Tuple)">
<summary>
Determines whether the specified tuple object is SummaryTuple
</summary>
<param name="tupleObj">The tuple obj.</param>
<returns>
<c>true</c> if summary tuple; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetPreviousTuple(Syncfusion.Olap.Data.TupleCollection,System.Int32,System.Boolean)">
<summary>
Gets the previous tuple.
</summary>
<param name="tupleSet">The tuple set.</param>
<param name="currentIndex">Index of the current.</param>
<param name="showLevelTypeAll">if set to <c>true</c> [show level type all].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.PreviousMeasure(Syncfusion.Olap.Data.Tuple,Syncfusion.Olap.Data.Tuple,Syncfusion.Olap.DataProvider.Providers)">
<summary>
Checks whether the previous member is measure.
</summary>
<param name="previousTuple">The previous tuple.</param>
<param name="tuple">The tuple.</param>
<param name="providerName">The data provider.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetMemberCaption(Syncfusion.Olap.Data.Tuple,Syncfusion.Olap.Data.Member,System.Int32,System.Boolean)">
<summary>
Returns the member caption.
</summary>
<param name="tuple">The tuple.</param>
<param name="member">The member.</param>
<param name="memberIndex">Index of the member.</param>
<param name="isMeasureLast">if set to <c>true</c> [is measure last].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.ProcessEngine(Syncfusion.Olap.Engine.PivotEngine,Syncfusion.Olap.Data.Axis,System.Int32,System.Collections.Generic.List{System.String},System.Boolean,Syncfusion.Olap.DataProvider.Providers)">
<summary>
Processes the engine and fills the row headers.
</summary>
<param name="pEngine">The Pivot engine.</param>
<param name="cubeAxis">The cube axis.</param>
<param name="cRow">The current row.</param>
<param name="Measures">The measures.</param>
<param name="showLevelTypeAll">Indicates whether to show the level type of All.</param>
<param name="providerName">The data provider.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.FillKpiElements(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Data.Axis,System.String)">
<summary>
Fills the kpi elements.
</summary>
<param name="pivotCellDescriptor">The pivot cell descriptor.</param>
<param name="cubeAxis">The cube axis.</param>
<param name="measureValue">The measure value.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.CheckMemberType(Syncfusion.Olap.Data.Tuple,System.Int32)">
<summary>
Checks the type of the member.
</summary>
<param name="tuple">The tuple.</param>
<param name="measureIndex">Index of the measure.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.CheckMeasure(Syncfusion.Olap.Data.Axis)">
<summary>
Checks the current Axis has Measure.
</summary>
<param name="cubeAxis">The cube axis.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.MarkSummary(Syncfusion.Olap.Engine.PivotEngine,System.Int32)">
<summary>
Sets the summary.
</summary>
<param name="pEngine">The pivot engine.</param>
<param name="rowIndex">Index of the row.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetTupleOrdinalPosition(Syncfusion.Olap.Data.Axis,System.Int32,System.Collections.Generic.List{System.String},System.Int32,System.String,System.Boolean)">
<summary>
Gets the tuple's ordinal position .
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="tupleIndex">Index of the tuple.</param>
<param name="memberList">The member list.</param>
<param name="memIndex">Index of the member.</param>
<param name="measureName">The name of the measure.</param>
<param name="measureTotal">if set to <c>true</c> [measure total].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetTupleOrdinalPosition(Syncfusion.Olap.Data.Axis,System.String,System.Int32,System.Int32)">
<summary>
Gets the tuple ordinal position.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="memberCaption">The member caption.</param>
<param name="tupleIndex">Index of the tuple.</param>
<param name="memberIndex">Index of the member.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.MarkRowIndex(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32)">
<summary>
Marks the index of the row.
</summary>
<param name="pEngine">The pivot engine.</param>
<param name="currentRow">The current row.</param>
<param name="OrdinalPosition">The ordinal position.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetLevelDepth(Syncfusion.Olap.Data.Tuple,System.Int32,System.Boolean)">
<summary>
Gets the level depth.
</summary>
<param name="tupleObj">The tuple obj.</param>
<param name="currentIndex">Index of the current.</param>
<param name="showLevelTypeAll">if set to <c>true</c> [show level type all].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.CheckLastMemberDrillDown(Syncfusion.Olap.Data.Axis,Syncfusion.Olap.Data.Tuple,System.Int32,System.Int32)">
<summary>
Checks the last member drill down.
</summary>
<param name="cubeAxis">The cube axis.</param>
<param name="tuple">The tuple.</param>
<param name="tupleIndex">Index of the tuple.</param>
<param name="memberIndex">Index of the member.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.MarkCellEmpty(Syncfusion.Olap.Engine.PivotEngine,Syncfusion.Olap.Data.Tuple,System.Int32,Syncfusion.Olap.Data.Member,System.Boolean,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
Marks the cell empty.
</summary>
<param name="pEngine">The pivot engine.</param>
<param name="tuple">The tuple.</param>
<param name="currentRow">The current row.</param>
<param name="tupleMember">The tuple member.</param>
<param name="ismeasureMiddle">if set to <c>true</c> [ismeasure middle].</param>
<param name="mIndex">Index of the measure.</param>
<param name="Measures">The measures.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetKpiValues(Syncfusion.Olap.Engine.PivotEngine)">
<summary>
Gets the kpi values.
</summary>
<param name="pEngine">The pivot engine.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.FillOlapReport(Syncfusion.Olap.Reports.Items,System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},System.String[])">
<summary>
Fills the Olap Report when "Expand All" option is set.
</summary>
<param name="items">The items.</param>
<param name="rowColumnData">The row column data.</param>
<param name="rowColumnGroup">The row column group.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.AddChildSubGroups(Syncfusion.Olap.Engine.Extension.GroupResult,System.Collections.Generic.IEnumerable{Syncfusion.Olap.Engine.Extension.GroupResult},System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult})">
<summary>
Adds the child sub-groups.
</summary>
<param name="mainGroup">The main group.</param>
<param name="iEnumerable">The i enumerable.</param>
<param name="subNodes">The sub nodes.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.AddChildMemberElement(Syncfusion.Olap.Reports.MemberElement,System.Collections.Generic.IEnumerable{Syncfusion.Olap.Engine.Extension.GroupResult},System.String[],System.Int32)">
<summary>
Adds the child member element.
</summary>
<param name="memberElement">The _member element.</param>
<param name="rowData">The row data.</param>
<param name="rowGroup">The row group.</param>
<param name="index">The index.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.SeriesGroupResult(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},Syncfusion.Olap.Reports.OlapReport,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Generates the GroupResult for Series
</summary>
<param name="parentData">The parent data.</param>
<param name="CurrentReport">The current report.</param>
<param name="drilledCell">The drilled cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.CategoriesGroupResult(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},Syncfusion.Olap.Reports.OlapReport,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Generates the GroupResult for Categories
</summary>
<param name="parentData">The parent data.</param>
<param name="CurrentReport">The current report.</param>
<param name="drilledCell">The drilled cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.FillGroupResult(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},Syncfusion.Olap.Reports.LevelElement,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Fills the group result.
</summary>
<param name="childData">The child data.</param>
<param name="parentData">The parent data.</param>
<param name="levelElement">The level element.</param>
<param name="drilledCell">The drilled cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.WrapChildData(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},System.String,Syncfusion.Olap.Engine.Extension.GroupResult)">
<summary>
Wraps the child data.
</summary>
<param name="childData">The child data.</param>
<param name="Name">The name.</param>
<param name="childGroupResult">The child group result.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetChildGroupResult(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},System.String)">
<summary>
Gets the child group result.
</summary>
<param name="childData">The child data.</param>
<param name="Name">The name.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.ChildMemberElementsCount(Syncfusion.Olap.Engine.Extension.GroupResult)">
<summary>
Returns the child member elements count.
</summary>
<param name="childGroupResult">The child group result.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetElementsCount(Syncfusion.Olap.Engine.Extension.GroupResult)">
<summary>
Gets the elements count.
</summary>
<param name="childGroup">The child group.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilder.GetParentData(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult})">
<summary>
Returns the parent data.
</summary>
<param name="Data">The data.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.Engine.TableBuilderHelper">
<summary>
Helper class that is used to further configure a table being created from a CreateTable call on DbMigration.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetSortedData(System.Linq.IQueryable,Syncfusion.Olap.Engine.SortType,System.String[])">
<summary>
Returns the sorted data of IEnumerable source based on the Sort Order.
</summary>
<param name="queryableSource">The IQueryable source.</param>
<param name="sortOrder">The sort order.</param>
<param name="names">The names.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetSortedData(System.ComponentModel.IListSource,Syncfusion.Olap.Engine.SortType,System.String[])">
<summary>
Returns the sorted data of IEnumerable source based on the Sort Order.
</summary>
<param name="listSource">The list source.</param>
<param name="sortOrder">The sort order.</param>
<param name="names">The names.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.FillParentCells(Syncfusion.Olap.Engine.PivotCellDescriptor,System.Collections.Generic.List{System.String})">
<summary>
Fills the parent cells.
</summary>
<param name="cel">The cell.</param>
<param name="parent">The parent.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.CheckIsSummaryRow(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32)">
<summary>
Checks whether the row is a Summary
</summary>
<param name="engineRow">The engine row.</param>
<param name="column">The column.</param>
<param name="row">The row.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetValue(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},System.String)">
<summary>
Gets the value from GroupResult
</summary>
<param name="groupResult">The group result.</param>
<param name="key">The key.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetValue(System.Collections.Generic.List{Syncfusion.Olap.Engine.Extension.GroupResult},Syncfusion.Olap.Engine.Extension.HeaderInfo)">
<summary>
Gets the value from GroupResult
</summary>
<param name="groupResultCollection">The group result collection.</param>
<param name="headerInfo">The header info.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetHeaderCaptions(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32,System.Boolean)">
<summary>
Gets the header captions.
</summary>
<param name="engine">The engine.</param>
<param name="rowIndex">Index of the row.</param>
<param name="columnIndex">Index of the column.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetHeaderCaptionsRowSummary(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32,System.Boolean)">
<summary>
Gets the header captions for row summary.
</summary>
<param name="engine">The engine.</param>
<param name="rowIndex">Index of the row.</param>
<param name="columnIndex">Index of the column.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetHeaderCaptionsColumnSummaryLayout(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32,System.Boolean)">
<summary>
Gets the header captions for column summary in ExcelLikeLayout.
</summary>
<param name="engine">The engine.</param>
<param name="rowIndex">Index of the row.</param>
<param name="columnIndex">Index of the column.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.GetHeaderCaptionsRowSummaryLayout(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32,System.Boolean)">
<summary>
Gets the header captions for row summary in ExcelLikeLayout.
</summary>
<param name="engine">The engine.</param>
<param name="rowIndex">Index of the row.</param>
<param name="columnIndex">Index of the column.</param>
<param name="isRowSummary">if set to <c>true</c> [is row summary].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.CheckIsSummary(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32)">
<summary>
Checks whether the current cell is summary.
</summary>
<param name="engineRowLayout">The engine row layout.</param>
<param name="col">The col.</param>
<param name="cel">The cel.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Engine.TableBuilderHelper.CheckIsSummaryRowforExcelLayout(Syncfusion.Olap.Engine.PivotEngine,System.Int32,System.Int32)">
<summary>
Checks whether the current cell is summary if layout is ExcelLike
</summary>
<param name="engineRowLayout">The engine row layout.</param>
<param name="col">The col.</param>
<param name="cel">The cel.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Olap.NamespaceDoc">
<summary>
The Syncfusion.Olap namespace contains classes to perform data processing operations required by OLAP controls.
</summary>
</member>
<member name="T:Syncfusion.Olap.Common.NamespaceDoc">
<summary>
The Syncfusion.Olap.Common namespace contains classes to perform common functions.
</summary>
</member>
<member name="T:Syncfusion.Olap.Data.NamespaceDoc">
<summary>
The Syncfusion.Olap.Data namespace contains classes to provide informations about elements in the cube.
</summary>
</member>
<member name="T:Syncfusion.Olap.DataProvider.NamespaceDoc">
<summary>
The Syncfusion.Olap.DataProvider namespace contains classes to perform data processing operations related to ADOMD data provider.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.NamespaceDoc">
<summary>
The Syncfusion.Olap.Engine namespace contains classes to perform operations related to OLAP table in virtual flexible way.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.CalculationColumn.NamespaceDoc">
<summary>
The Syncfusion.Olap.Engine.CalculationColumn namespace contains classes to perform calculations related to expressions and summaries.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.Extension.NamespaceDoc">
<summary>
The Syncfusion.Olap.Engine.Extension namespace contains extension classes to perform operations related to OLAP table.
</summary>
</member>
<member name="T:Syncfusion.Olap.Manager.NamespaceDoc">
<summary>
The Syncfusion.Olap.Manager namespace contains classes to manage data related operations.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryBuilder.NamespaceDoc">
<summary>
The Syncfusion.Olap.MDXQueryBuilder namespace contains classes to build MDX queries.
</summary>
</member>
<member name="T:Syncfusion.Olap.MDXQueryParser.NamespaceDoc">
<summary>
The Syncfusion.Olap.MDXQueryParser namespace contains classes to parse MDX queries.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.NamespaceDoc">
<summary>
The Syncfusion.Olap.Reports namespace contains classes to provide informations like axis elements, visibility of expanders, paging options, drill functionalities, etc.,.
</summary>
</member>
<member name="T:Syncfusion.Olap.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.Olap.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfo">
<summary>
Defines a range of cells in the grid. Possible range types are: Row(s), Column(s), Cell(s), Table or Empty.
GridRangeInfo is immutable.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfo.DelimitSign">
<summary>
Represents the delimiter sign.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfo.Empty">
<summary>
Represents a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with its properties left uninitialized and range type set to GridRangeInfoType.Empty.
</summary>
<remarks>
A range is defined by its coordinates and range type. If uninitialized, the range type is GridRangeInfoType.Empty
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo">GridRangeInfo</see> class.
</summary>
<remarks>This constructor initializes a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object with empty range type.</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or de-serialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by the information.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Equals(System.Object)">
<summary>
Checks whether the specified object is equal to the current object.
</summary>
<param name="obj">The object to be checked.</param>
<returns>A value that indicates whether it is equal or not.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetHashCode">
<summary>
Gets the hash code of grid range information.
</summary>
<returns>The hash code.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ToString">
<summary>
Converts the attributes of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a human-readable string.
</summary>
<remarks>
The generate string will be in the format R#C#, R#, C#, T.<para/>
An example for a range of cells is "R1C1:R10C20" or "R5C5".<para/>
An example for a range of rows is "R1:R10" or "R6".<para/>
An example for a range of columns is "C1:C10" or "C7".<para/>
An example for a table range is "T".<para/>
</remarks>
<returns>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Implements the ISerializable interface and returns the data needed to serialize the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
<param name="info">A SerializationInfo object containing the information required to serialize the object.</param>
<param name="context">A StreamingContext object containing the source and destination of the serialized stream.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Clone">
<summary>
Creates an exact copy of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object.
</summary>
<returns>The copy of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.FromTlhw(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object with the specified bounds.
</summary>
<param name="top">The row index of the upper-left corner of the cell range.</param>
<param name="left">The column index of the upper-left corner of the cell range.</param>
<param name="height">The number of rows to span.</param>
<param name="width">The number of columns to span.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Cell(System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified row and column index.
</summary>
<param name="row">The row index.</param>
<param name="col">The column index.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Cells(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object with the specified bounds.
</summary>
<param name="top">The row index of the upper-left corner of the cell range.</param>
<param name="left">The column index of the upper-left corner of the cell range.</param>
<param name="bottom">The row index of the bottom-right corner of the cell range.</param>
<param name="right">The column index of the bottom-right corner of the cell range.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Row(System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified row index.
</summary>
<param name="rowIndex">The row index of the cell range.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Rows(System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified rows.
</summary>
<param name="top">The top row index of the cell range.</param>
<param name="bottom">The bottom row index of the cell range.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Col(System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified column.
</summary>
<param name="colIndex">The column index of the cell range.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Cols(System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified columns.
</summary>
<param name="left">The left column index of the cell range.</param>
<param name="right">The right column index of the cell range.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.EmptyRange">
<summary>
Returns <see cref="F:Syncfusion.Olap.Engine.GridRangeInfo.Empty"/> that is an empty range.
</summary>
<returns>An empty range object.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Table">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the whole table.
</summary>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Auto(System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified row and column.
</summary>
<param name="rowIndex">The row index. It can be specified with -1 to create a range of columns or whole table.</param>
<param name="colIndex">The column index. It can be specified with -1 to create a range of rows or whole table.</param>
<remarks>
If both row and column index are less than zero, a table will be created.
If row index is less than zero and column index greater or equal to zero, a column range will be created.
If row index is greater or equal to zero and column index less than zero, a row range will be created.
Otherwise a cell range is created.
</remarks>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Auto(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object for the specified rows and columns.
</summary>
<param name="top">The row index. -1 to create a range of columns or whole table.</param>
<param name="left">The column index. -1 to create a range of rows or whole table.</param>
<param name="bottom">The bottom row index.</param>
<param name="right">The right column index.</param>
<remarks>
If both row and column index are less than zero, a table will be created.
If row index is less than zero and column index greater or equal to zero, a column range will be created.
If row index is greater or equal to zero and column index less than zero, a row range will be created.
Otherwise a cell range is created.
</remarks>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetFirstCell(System.Int32@,System.Int32@)">
<summary>
Enumerates through all cells in the range object.
</summary>
<param name="top">The row index of the upper-left corner of the cell range.</param>
<param name="left">The column index of the upper-left corner of the cell range.</param>
<returns>This method returns the first cell in the range.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetNextCell(System.Int32@,System.Int32@)">
<summary>
Returns whether the adjacent cell is in the range for the given row and column index.
</summary>
<param name="nRow">The row index.</param>
<param name="nCol">The column index.</param>
<returns>true if an adjacent cell in this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object could be found; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetNextCell(System.Int32@,System.Int32@,System.Boolean)">
<summary>
Returns whether the adjacent cell is in the range for the given row and column index.
</summary>
<param name="nRow">The row index.</param>
<param name="nCol">The column index.</param>
<param name="bSortByRow">Indicates whether the range should be traversed by row or column.</param>
<returns>true if an adjacent cell in this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object could be found; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ExpandRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Converts the column and row ranges into cell ranges with the specified bounds.
(Could also be done through IntersectRange ... if nFirstRow &gt;= nFirstCol &gt;= 0).
</summary>
<remarks>
Column ranges will be converted to cell ranges using nFirstRow and nRowCount.
Row ranges will be converted to cell ranges using nFirstCol and nColCount.
Column ranges will be converted to cell ranges using all input parameters.
</remarks>
<param name="nFirstRow">The row index for the first non-label cell in grid area.</param>
<param name="nFirstCol">The column index for the first non-label cell in grid area.</param>
<param name="nRowCount">The last row in the grid.</param>
<param name="nColCount">The last column in the grid</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.OffsetRange(System.Int32,System.Int32)">
<summary>
Adjusts the location of this range by the specified amount.
</summary>
<param name="rowOffset">The amount of rows to offset the location.</param>
<param name="colOffset">The amount of columns to offset the location.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.IntersectsWith(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Determines if this range intersects with <paramref name="range"/>.
</summary>
<param name="range">The range to check.</param>
<example>
<para>The following example creates two cell ranges and tests whether they intersect.</para>
<code lang="C#">
<![CDATA[
GridRangeInfo firstRange = new GridRangeInfo(1, 1, 100, 100);
]]>
</code>
</example>
<returns>true only if there is any intersection. otherwise false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Contains(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Determines if this range contains the specified <paramref name="range"/>.
</summary>
<param name="range">The range to be searched for.</param>
<returns><c>true</c> if the specified range is a subset of this range; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.IntersectRange(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with the intersection of itself and the specified <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
<param name="range">The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with which to intersect.</param>
<example>
<para>The following example creates two <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> objects and creates a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with their intersection.</para>
<code lang="C#">
<![CDATA[
GridRangeInfo firstRange = new GridRangeInfo(0, 0, 100, 100);
]]>
</code>
</example>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.IntersectRange(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Creates a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with the intersection of two <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> parameters.
</summary>
<param name="r1">The first <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with which to intersect.</param>
<param name="r2">The second <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with which to intersect.</param>
<example>
<para>The following example creates two <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> objects and creates a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with their intersection.</para>
<code lang="C#">
<![CDATA[
GridRangeInfo firstRange = new GridRangeInfo(0, 0, 100, 100);
]]>
</code>
</example>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.UnionRange(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Creates a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that represents the union of itself and another range.
</summary>
<param name="range">A range to union.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.UnionRange(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Creates a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that represents the union of two ranges.
</summary>
<param name="r1">A range to union.</param>
<param name="r2">A range to union.</param>
<returns>The new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that this method creates.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.op_Equality(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Returns a value that represents whether the specified ranges are equal.
</summary>
<param name="r1">A range to check.</param>
<param name="r2">A range to check.</param>
<returns>true if both the ranges are equal; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.op_Inequality(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Returns a value that represents whether the specified ranges are not equal.
</summary>
<param name="r1">A range to check.</param>
<param name="r2">A range to check.</param>
<returns>true if both the ranges are not equal; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Compare(Syncfusion.Olap.Engine.GridRangeInfo,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Compares two range objects.
</summary>
<param name="r1">The range to compare.</param>
<param name="r2">The range to compare.</param>
<returns>true if both the ranges are equal; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetAlphaLabel(System.Int32)">
<summary>
Returns a string in the format of "A, B, C, ... AA, AB ..." which is to be used for column labels.
</summary>
<param name="nCol">The column index.</param>
<returns>A string that contains the column label for the column index.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.GetNumericLabel(System.Int32)">
<summary>
Returns a numeric string in the numeric format to be used for row labels.
</summary>
<param name="nRow">The row index.</param>
<returns>A string that contains the row label for the row index.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ToString(System.IFormatProvider)">
<summary>
Converts the attributes of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a human-readable string.
</summary>
<param name="provider">The <see cref="T:System.IFormatProvider"/> to use to format the value. Is ignored.</param>
<returns>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</returns>
<returns>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ToString(System.String)">
<summary>
Converts the attributes of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a human-readable string.
</summary>
<param name="format">The format.</param>
<returns>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ToString(System.String,System.IFormatProvider)">
<summary>
Converts the attributes of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a human-readable string.
</summary>
<param name="formatProvider">The <see cref="T:System.IFormatProvider"/> to use to format the value. Is ignored.</param>
<param name="format">The format.</param>
<returns>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.Parse(System.String)">
<summary>
Creates a range object from a string.
</summary>
<param name="parseText">The text with text representation of the range.</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> with coordinates specified in the string.</returns>
<remarks>
The method parses a string that was previously created with <see cref="M:Syncfusion.Olap.Engine.GridRangeInfo.ToString"/>.
<para/>
The string should be in the format R#C#, R#, C#, T.<para/>
An example for a range of cells is "R1C1:R10C20" or "R5C5".<para/>
An example for a range of rows is "R1:R10" or "R6".<para/>
An example for a range of columns is "C1:C10" or "C7".<para/>
An example for a table range is "T".<para/>
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.CopyAllMembers(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Copies all members.
</summary>
<param name="rg">The grid range information.</param>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.RangeType">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoType"/> of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> object.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.IsTable">
<summary>
Gets or sets a value indicating whether it represents a table.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.IsRows">
<summary>
Gets or sets a value indicating whether it represents a range of rows.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.IsCols">
<summary>
Gets or sets a value indicating whether it represents a range of columns.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.IsCells">
<summary>
Gets or sets a value indicating whether it a range of individual cells.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Top">
<summary>
Gets or sets the row index of the upper-left corner of the cell range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Left">
<summary>
Gets or sets the column index of the upper-left corner of the cell range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Bottom">
<summary>
Gets or sets the row index of the bottom-right corner of the cell range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Right">
<summary>
Gets or sets the column index of the bottom-right corner of the cell range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.IsEmpty">
<summary>
Indicates whether this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> has a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoType"/> of Empty.
</summary>
<value>true if <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoType"/> is Empty; otherwise, false.</value>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Width">
<summary>
Gets the width of the range defined by this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Height">
<summary>
Gets the height of the range defined by this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfo.Info">
<summary>
Gets the grid range information as string.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.RowComparer.Compare(System.Object,System.Object)">
<summary>
Compares the specified a.
</summary>
<param name="a">The object A.</param>
<param name="b">The object B.</param>
<returns>A compared result as an integer type.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfo.ColComparer.Compare(System.Object,System.Object)">
<summary>
Compares the specified a.
</summary>
<param name="a">The object A.</param>
<param name="b">The object B.</param>
<returns>A compared result as an integer type.</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfoConverter">
<summary>
GridRangeInfoConverter is a class that can be used to convert
ranges from one data type to another. Access this
class through the TypeDescriptor.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="sourceType">A <see cref="T:System.Type"/> that represents the type you want to convert from.</param>
<returns>
true if this converter can perform the conversion; otherwise, false.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param>
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
<returns>
An <see cref="T:System.Object"/> that represents the converted value.
</returns>
<exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Converts the given value object to the specified type, using the specified context and culture information.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/>. If null is passed, the current culture is assumed.</param>
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
<param name="destinationType">The <see cref="T:System.Type"/> to convert the <paramref name="value"/> parameter to.</param>
<returns>
An <see cref="T:System.Object"/> that represents the converted value.
</returns>
<exception cref="T:System.ArgumentNullException">The <paramref name="destinationType"/> parameter is null. </exception>
<exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
<summary>
Creates an instance of the type that this <see cref="T:System.ComponentModel.TypeConverter"/> is associated with, using the specified context, given a set of property values for the object.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="propertyValues">An <see cref="T:System.Collections.IDictionary"/> of new property values.</param>
<returns>
An <see cref="T:System.Object"/> representing the given <see cref="T:System.Collections.IDictionary"/>, or null if the object cannot be created. This method always returns null.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Returns whether changing a value on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"/> to create a new value, using the specified context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<returns>
true if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"/> to create a new value; otherwise, false.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<summary>
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="value">An <see cref="T:System.Object"/> that specifies the type of array for which to get properties.</param>
<param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param>
<returns>
A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> with the properties that are exposed for this data type, or null if there are no properties.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Returns whether this object supports properties, using the specified context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<returns>
true if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"/> should be called to find the properties of this object; otherwise, false.
</returns>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer">
<summary>
GridRangeInfoCodeDomSerializer serializes a GridRangeInfo object
into a series of CodeDOM statements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
<summary>
De-serializes the specified serialized CodeDOM object into an object.
</summary>
<param name="manager">A serialization manager interface that is used during the de-serialization process.</param>
<param name="codeObject">A serialized CodeDOM object to de-serialize.</param>
<returns>The de-serialized CodeDOM object.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="manager"/> or <paramref name="codeObject"/> is null.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="codeObject"/> is an unsupported code element.</exception>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
<summary>
Serializes the specified object into a CodeDOM object.
</summary>
<param name="manager">The serialization manager to use during serialization.</param>
<param name="value">The object to serialize.</param>
<returns>
A CodeDOM object representing the object that has been serialized.
</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="manager"/> or <paramref name="value"/> is null.</exception>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfoCodeDomSerializer.Default">
<summary>
Gets the default.
</summary>
<value>The default.</value>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfoList">
<summary>
A collection of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> objects.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoList.Empty">
<summary>
An empty and Read-only list.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/>.
</overload>
<summary>
Initializes a new empty <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Implements the ISerializable interface and returns the data needed to serialize the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/>.
</summary>
<param name="info">A SerializationInfo object containing the information required to serialize the object.</param>
<param name="context">A StreamingContext object containing the source and destination of the serialized stream.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.AddRange(Syncfusion.Olap.Engine.GridRangeInfo[])">
<summary>
Adds the elements of the specified collection to the end of the<68><see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="value">The collection of grid range information.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Add(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
<para>Adds <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to the end of the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/>.</para>
</summary>
<param name="value">The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to be added to the list.</param>
<returns>The index of the new element.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Insert(System.Int32,Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Inserts a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> at a specified position.
</summary>
<param name="index">The index where the value should be inserted.</param>
<param name="value">The value to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.IndexOf(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Returns the position of a specific range in the list that equals a specified range.
</summary>
<param name="value">The range to be searched for.</param>
<returns>The position of the range; - 1 if not found.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Contains(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
<para>Determines if this range fully contains the specified <paramref name="value"/>.</para>
</summary>
<param name="value">The range to be searched for.</param>
<returns><c>true</c> if the specified range is a subset of this range; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Remove(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Removes a specific range from the range list.
</summary>
<param name="value">The range to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.CopyTo(Syncfusion.Olap.Engine.GridRangeInfo[],System.Int32)">
<overload>
Copies all range objects into an array of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> starting at specified index.
</overload>
<summary>
Copies all range objects into an array of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> starting at specified index.
</summary>
<param name="array">The array of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> where the values should be copied to.</param>
<param name="index">The starting index in the destination array.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.CopyTo(System.Array,System.Int32)">
<summary>
Copies all range objects into an array of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> starting at specified index.
</summary>
<param name="array">The array of <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> where the values should be copied to.</param>
<param name="index">The starting index in the destination array.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.CopyTo(Syncfusion.Olap.Engine.GridRangeInfoList,System.Int32)">
<summary>
Copies all range objects into a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> starting at specified index.
</summary>
<param name="rl">The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> where the values should be copied to.</param>
<param name="index">The starting index in the destination list.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.System#ICloneable#Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Clone">
<summary>
Makes an exact copy of the current object.
</summary>
<returns>A <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with duplicated <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> objects.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.RemoveEmptyRanges">
<summary>
Removes any empty ranges from the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetRangesContaining(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Searches for ranges in the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> that contain a specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with ranges that match the criteria.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetRangesIntersecting(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Searches for ranges in the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> that intersect with a specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with ranges that match the criteria.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetRangesContained(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Searches for ranges in the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> that are contained in a specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with ranges that match the criteria.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetOuterRange(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Returns a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that spans over all ranges that intersect with a specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>A <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that contains the original <paramref name="range"/> and
the outer bounds of all ranges that intersect with <paramref name="range"/>.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.AnyRangeContains(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Determines if a range in the range list contains the specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>True if any range contains the specified range.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.AnyRangeIntersects(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Determines if a range in the range list intersects with the specified range.
</summary>
<param name="range">The range to be searched for.</param>
<returns>True if any range contains the specified range.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.InsertRows(System.Int32,System.Int32)">
<summary>
Updates the range list when rows have been inserted in the grid.
</summary>
<param name="row">The row index where rows have been inserted.</param>
<param name="count">The number of rows that were inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.InsertCols(System.Int32,System.Int32)">
<summary>
Updates the range list when columns have been inserted in the grid.
</summary>
<param name="col">The column index where columns have been inserted.</param>
<param name="count">The number of columns that were inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.RemoveRows(System.Int32,System.Int32,System.Int32)">
<summary>
Updates the range list when rows were removed from the grid.
</summary>
<param name="from">The first row index.</param>
<param name="last">The last row index.</param>
<param name="maxrow">The new row count in the grid.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.RemoveCols(System.Int32,System.Int32,System.Int32)">
<summary>
Updates the range list when columns were removed from the grid.
</summary>
<param name="from">The first column index.</param>
<param name="last">The last column index.</param>
<param name="maxcol">The new column count in the grid.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.MoveRows(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Updates the range list when rows were moved in the grid.
</summary>
<param name="nFromRow">The first row index.</param>
<param name="nToRow">The last row index.</param>
<param name="nDestRow">The destination row index.</param>
<param name="maxrow">The new row count in the grid.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.MoveCols(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Updates the range list when columns were moved in the grid.
</summary>
<param name="nFromCol">The first column index.</param>
<param name="nToCol">The last column index.</param>
<param name="nDestCol">The destination column index.</param>
<param name="maxcol">The new column count in the grid.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.FilterRangeType(Syncfusion.Olap.Engine.GridRangeInfoType)">
<summary>
Returns a range list with ranges that match a specified <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoType"/>.
</summary>
<param name="filter">The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoType"/> to search for.</param>
<returns>A <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with ranges that match the above criteria.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.ExpandRanges(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a range list and convert column and row ranges into cell ranges with the specified bounds.
</summary>
<param name="nFirstRow">Row index for the first non-label cell in grid area.</param>
<param name="nFirstCol">Column index for the first non-label cell in grid area.</param>
<param name="nRowCount">Last row in the grid.</param>
<param name="nColCount">Last column in the grid</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> objects that this method creates.</returns>
/<remarks>
Column ranges will be converted to cell ranges using nFirstRow and nRowCount.
Row ranges will be converted to cell ranges using nFirstCol and nColCount.
Column ranges will be converted to cell ranges using all input parameters.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetColRanges(Syncfusion.Olap.Engine.GridRangeInfoType)">
<summary>
Creates a range list with column ranges that match a specified criteria.
</summary>
<param name="filter">The filter criteria.</param>
<returns>The range list with column ranges.</returns>
<remarks>
Use <para/>
rangeList.GetColRanges(GridRangeInfoType.Cells|GridRangeInfoType.Cols);<para/>
if you want to get column ranges for both ranges that are cells or column ranges.<para/>
Use <para/>
rangeList.GetColRanges(GridRangeInfoType.Cols);<para/>
if you only want to get column ranges and not cell ranges.<para/>
Neighboring ranges will be combined if they intersect or have the same border (e.g. C4:C5 and C6:C7 will be combined into C4:C7).
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.GetRowRanges(Syncfusion.Olap.Engine.GridRangeInfoType)">
<summary>
Creates a range list with row ranges that match a specified criteria.
</summary>
<param name="filter">The filter criteria.</param>
<returns>The range list with row ranges.</returns>
<remarks>
Use <para/>
rangeList.GetRowRanges(GridRangeInfoType.Cells|GridRangeInfoType.Rows);<para/>
if you want to get row ranges for both ranges that are cells or row ranges.<para/>
Use <para/>
rangeList.GetRowRanges(GridRangeInfoType.Rows);<para/>
if you only want to get row ranges and not cell ranges.<para/>
Neighboring ranges will be combined if they intersect or have the same border (e.g. R4:R5 and R6:R7 will be combined into R4:R7).
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.Parse(System.String)">
<summary>
Creates a range list from a string with comma separated range descriptions.
</summary>
<param name="parseText">The text to be parsed.</param>
<returns>The <see cref="T:Syncfusion.Olap.Engine.GridRangeInfoList"/> with range objects described in the string.</returns>
<remarks>
The method parses a string that was previously created with <see cref="M:Syncfusion.Olap.Engine.GridRangeInfoList.ToString"/>.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.ToString">
<overload>
<para>Converts the ranges of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a comma separated human-readable string.</para>
</overload>
<summary>
<para>Converts the ranges of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a comma separated human-readable string.</para>
</summary>
<remarks>
The generate string will be in the format R#C#, R#, C#, T.<para/>
An example for a range of cells is "R1C1:R10C20" or "R5C5".<para/>
An example for a range of rows is "R1:R10" or "R6".<para/>
An example for a range of columns is "C1:C10" or "C7".<para/>
An example for a table range is "T".<para/>
Each range object will be comma separated. For example: "R3:R5,R8:R10,R14:R15".<para/>
</remarks>
<returns>
<para>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</para>
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.ToString(System.IFormatProvider)">
<summary>
<para>Converts the ranges of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a comma separated human-readable string.</para>
</summary>
<param name="provider">The <see cref="T:System.IFormatProvider"/> to use to format the value. Is ignored.</param>
<returns>
<para>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</para>
</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.ToString(System.String)">
<summary>
<para>Converts the ranges of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a comma separated human-readable string.</para>
</summary>
<param name="format">Ignored.</param>
<returns>
<para>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</para>
</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoList.ToString(System.String,System.IFormatProvider)">
<summary>
<para>Converts the ranges of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> to a comma separated human-readable string.</para>
</summary>
<param name="formatProvider">The <see cref="T:System.IFormatProvider"/> to use to format the value. Is ignored.</param>
<param name="format">Ignored.</param>
<returns>
<para>A string that contains the column and row index of the top-left and bottom-right position of this <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.</para>
</returns>
<genoverload/>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfoList.ActiveRange">
<summary>
The last range in the range list.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfoList.Info">
<summary>
Results of ToString method.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridRangeInfoList.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> at the specified index.
</summary>
<param name="index">The index of the grid range information.</param>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfoListConverter">
<summary>
GridRangeInfoListConverter is a class that can be used to convert
a range list to a string or vice versa. Access this
class through the TypeDescriptor.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoListConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="sourceType">A <see cref="T:System.Type"/> that represents the type you want to convert from.</param>
<returns>
true if this converter can perform the conversion; otherwise, false.
</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridRangeInfoListConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the given object to the type of this converter, using the specified context and culture information.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param>
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
<returns>
An <see cref="T:System.Object"/> that represents the converted value.
</returns>
<exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
</member>
<member name="T:Syncfusion.Olap.Engine.GridRangeInfoType">
<summary>
Identifies the range type for a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoType.Empty">
<summary>
Range is empty.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoType.Cells">
<summary>
Range of cells.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoType.Rows">
<summary>
Range with rows.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoType.Cols">
<summary>
Range with columns.
</summary>
</member>
<member name="F:Syncfusion.Olap.Engine.GridRangeInfoType.Table">
<summary>
Range is a whole table.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo">
<summary>
GridNonImmutableRangeInfo is derived from <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> and lets
you change Top, Left, Bottom, and Right properties of the object.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.#ctor">
<summary>
Initializes an empty instance of <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.#ctor(Syncfusion.Olap.Engine.GridRangeInfo)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/> and copies data from an existing <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/>.
</summary>
<param name="range">A <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> that holds data to be copied from.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.ToRangeInfo">
<summary>
Returns a new <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> based on the <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/> object.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.RangeType">
<copyfrom cref="P:Syncfusion.Olap.Engine.GridRangeInfo.RangeType"/>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.Top">
<summary>
The top row index of the range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.Left">
<summary>
The left column index of the range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.Bottom">
<summary>
The bottom row index of the range.
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo.Right">
<summary>
The right column index of the range.
</summary>
</member>
<member name="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection">
<summary>
A collection that stores 'GridNonImmutableRangeInfo' objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.#ctor">
<summary>
Initializes a new instance of 'GridNonImmutableRangeInfoCollection'.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.#ctor(Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection)">
<summary>
Initializes a new instance of 'GridNonImmutableRangeInfoCollection' based on an already existing instance.
</summary>
<param name='covValue'>
A 'GridNonImmutableRangeInfoCollection' from which the contents is copied
</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.#ctor(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo[])">
<summary>
Initializes a new instance of 'GridNonImmutableRangeInfoCollection' with an array of 'GridNonImmutableRangeInfo' objects.
</summary>
<param name='covValue'>
An array of 'GridNonImmutableRangeInfo' objects with which to initialize the collection
</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.Add(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo)">
<summary>
<para>Adds <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/> to the end of the <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection"/>.</para>
</summary>
<param name="covValue">The <see cref="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfo"/> to be added to the list.</param>
<returns>The index of the new element.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.AddRange(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo[])">
<summary>
Adds the elements of the specified collection to the end of the<68><see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="covValue">The collection of non-immutable grid range information.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.AddRange(Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection)">
<summary>
Adds the elements of the specified collection to the end of the<68><see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="covValue">The collection of non-immutable grid range information.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.Contains(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo)">
<summary>
Determines whether the collection contains specified grid non-immutable range information object.
</summary>
<param name="covValue">The grid non-immutable range information object which is to be searched.</param>
<returns><c>true</c> if it contains the specified grid non-immutable range information object; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.CopyTo(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo[],System.Int32)">
<summary>
Copies the 'GridNonImmutableRangeInfoCollection' values to a one-dimensional System.Array
instance starting at the specified array index.
</summary>
<param name='covArray'>
The one-dimensional System.Array that represents the copy destination.
</param>
<param name='intIndex'>
The index in the array where copying begins.
</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.IndexOf(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo)">
<summary>
Returns the position of a specific range in the list that equals a specified range.
</summary>
<param name="covValue">The range to be searched for.</param>
<returns>The position of the range; - 1 if not found.</returns>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.Insert(System.Int32,Syncfusion.Olap.Engine.GridNonImmutableRangeInfo)">
<summary>
Inserts a <see cref="T:Syncfusion.Olap.Engine.GridRangeInfo"/> at a specified position.
</summary>
<param name="intIndex">The index where the value should be inserted.</param>
<param name="covValue">The value to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GetEnumerator">
<summary>
Returns an enumerator that can be used to iterate through
the 'GridNonImmutableRangeInfoCollection'.
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.Remove(Syncfusion.Olap.Engine.GridNonImmutableRangeInfo)">
<summary>
Removes a specific range from the range list.
</summary>
<param name="covValue">The range to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.OnSet(System.Int32,System.Object,System.Object)">
<summary>
TODO: Describe what custom processing this method does
before setting an item in the collection
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.OnInsert(System.Int32,System.Object)">
<summary>
TODO: Describe what custom processing this method does
before inserting a new item in the collection
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.Item(System.Int32)">
<summary>
Represents the 'GridNonImmutableRangeInfo' item at the specified index position.
</summary>
<param name='intIndex'>
The zero-based index of the entry to locate in the collection.
</param>
<value>
The entry at the specified index of the collection.
</value>
</member>
<member name="T:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator">
<summary>
A strongly typed enumerator for 'GridNonImmutableRangeInfoCollection'
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.#ctor(Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection)">
<summary>
Enumerator constructor
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.MoveNext">
<summary>
Advances the enumerator to the next element of the collection
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.System#Collections#IEnumerator#MoveNext">
<summary>
Advances the enumerator to the next element of the collection
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.Reset">
<summary>
Sets the enumerator to the first element in the collection
</summary>
</member>
<member name="M:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.System#Collections#IEnumerator#Reset">
<summary>
Sets the enumerator to the first element in the collection
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.Current">
<summary>
Gets the current element from the collection (strongly typed)
</summary>
</member>
<member name="P:Syncfusion.Olap.Engine.GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator.System#Collections#IEnumerator#Current">
<summary>
Gets the current element from the collection
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.TypeOfMember">
<summary>
Represents values that specify the type of the calculated member.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.TypeOfMember.Measure">
<summary>
The type of the calculated member is calculated measure.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.TypeOfMember.Dimension">
<summary>
The type of the calculated member is calculated dimension.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.CalculatedMember">
<summary>
Represents the calculated member element.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.Element">
<summary>
Enforces a boundary to the element objects.
</summary>
<remarks>
By default, member element is marked as visible, but hierarchy element and
level element will be set as invisible, if the user wants to see this in the result set,
then it can be set as visible.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Reports.Element.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.Element.Visible">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Olap.Reports.Element"/> is visible.
</summary>
<value><c>true</c> if visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Element.RootNodeCaption">
<summary>
Gets or sets the parent caption of the element.
</summary>
<value>The parent caption of the element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Element.Name">
<summary>
Gets or sets the name.
</summary>
<value>The name.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Element.ElementName">
<summary>
Gets or sets the element name.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.Element.Properties">
<summary>
Gets or sets the collection of properties.
</summary>
<value>The collection of properties.</value>
</member>
<member name="F:Syncfusion.Olap.Reports.CalculatedMember.uniqueName">
<summary>
Gets or sets the calculated member unique name.
</summary>
<value>The unique name of the calculated member.</value>
</member>
<member name="F:Syncfusion.Olap.Reports.CalculatedMember.expression">
<summary>
Gets or sets the expression for Calculated member.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMember.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.CalculatedMember"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMember.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMember.AddElement(Syncfusion.Olap.Reports.Element)">
<summary>
Adds the specified calculated member element.
</summary>
<param name="element">The calculated member element to be added.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMember.UniqueName">
<summary>
Gets or sets the unique name of the calculated member.
</summary>
<value>The Unique name of the calculated member.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMember.Expression">
<summary>
Gets or sets the expression which contains the formula for calculated member.
</summary>
<value>The expression.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMember.CustomExpression">
<summary>
Gets or sets the custom expression.
</summary>
<value>The custom expression.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMember.Type">
<summary>
Gets or sets the type of the member.
</summary>
<value>The type of the member.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMember.FormatString">
<summary>
Gets or sets the format string.
</summary>
<value>The format string.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.CalculatedMemberCollection">
<summary>
Represents a collection of calculated member elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMemberCollection.Add(Syncfusion.Olap.Reports.CalculatedMember)">
<summary>
Adds the specified calculated member.
</summary>
<param name="calculatedMember">The calculated member which is to be added.</param>
<returns>The index of the calculated member object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMemberCollection.Remove(Syncfusion.Olap.Reports.CalculatedMember)">
<summary>
Removes the specified calculated member.
</summary>
<param name="calculatedMember">The calculated member object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMemberCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMemberCollection.FindCalculatedMemberByName(System.String)">
<summary>
Finds the calculated member element by its name.
</summary>
<param name="name">The name of the calculated member element.</param>
<returns>The calcualted member element.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMemberCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Reports.CalculatedMember"/> with the specified name.
</summary>
<value>The <see cref="T:Syncfusion.Olap.Reports.CalculatedMember"/> object.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMemberCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.CalculatedMember"/> at the specified index.
</summary>
<param name="index">The index of the calculated member object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.CalculatedMembers">
<summary>
Represents the calculated members element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMembers.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.CalculatedMembers"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMembers.Add(Syncfusion.Olap.Reports.CalculatedMember)">
<summary>
Adds the specified calculated member.
</summary>
<param name="calculatedMember">The calculated member to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.CalculatedMembers.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.CalculatedMembers.Elements">
<summary>
Gets or sets the collection of calculated member elements.
</summary>
<value>The collection of calculated member elements.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.ChartAppearanceSettings">
<summary>
Represents the appearance settings in the current report for the OLAP Chart control.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ChartAppearanceSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.ChartAppearanceSettings"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ChartAppearanceSettings.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.AreaBackground">
<summary>
Gets or sets the area background.
</summary>
<value>The area background.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.AreaBackgroundHtml">
<summary>
Gets or sets the area background as HTML.
</summary>
<value>The area background as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
<value>The color of the border.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.BorderColorHtml">
<summary>
Gets or sets the border color as HTML.
</summary>
<value>The border color as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ChartBackground">
<summary>
Gets or sets the chart background.
</summary>
<value>The chart background.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.LegendSymbol">
<summary>
Gets or sets the legend representation.
</summary>
<value>The legend representation.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.SymbolRepresentation">
<summary>
Gets or sets the legend representation.
</summary>
<value>The legend representation.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.DataPointValue">
<summary>
Gets or sets a value indicating whether the check box of legend item is visible.
</summary>
<value><c>true</c> if the check box of legend item is visible; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ChartBackgroundHtml">
<summary>
Gets or sets the chart background as HTML.
</summary>
<value>The chart background as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ChartColorPalette">
<summary>
Gets or sets the chart color palette.
</summary>
<value>The chart color palette.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ChartDockLegendPosition">
<summary>
Gets or sets the chart dock legend position.
</summary>
<value>The chart dock legend position.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ChartType">
<summary>
Gets or sets the type of the chart.
</summary>
<value>The type of the chart.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.GradientAngle">
<summary>
Gets or sets the gradient angle.
</summary>
<value>The gradient angle.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.InteriorBackground">
<summary>
Gets or sets the interior background.
</summary>
<value>The interior background.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.InteriorBackgroundHtml">
<summary>
Gets or sets the interior background as HTML.
</summary>
<value>The interior background as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsCircleSymbol">
<summary>
Gets or sets a value indicating whether the symbol is circle.
</summary>
<value><c>true</c> if the symbol is circle; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsLabelTemplate1">
<summary>
Gets or sets a value indicating whether the label is applied with LabelTemplate1.
</summary>
<value><c>true</c> if the label is applied with LabelTemplate1; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsLabelTemplate2">
<summary>
Gets or sets a value indicating whether the label is applied with LabelTemplate2.
</summary>
<value><c>true</c> if the label is applied with LabelTemplate2; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsLabelTemplate3">
<summary>
Gets or sets a value indicating whether the label is applied with LabelTemplate3.
</summary>
<value><c>true</c> if the label is applied with LabelTemplate3; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsRectangleSymbol">
<summary>
Gets or sets a value indicating whether the symbol is rectangle.
</summary>
<value><c>true</c> if the symbol is rectangle; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsSeriesName">
<summary>
Gets or sets a value indicating whether this instance is series name.
</summary>
<value>
<c>true</c> if this instance is series name; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsTriangleSymbol">
<summary>
Gets or sets a value indicating whether the symbol is triangle.
</summary>
<value><c>true</c> if the symbol is triangle; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsXValues">
<summary>
Gets or sets a value indicating whether the adornment labels are represented with X values of data point.
</summary>
<value><c>true</c> if the adornment labels are represented with X values; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.IsYValues">
<summary>
Gets or sets a value indicating whether the adornment labels are represented with X values of data point.
</summary>
<value><c>true</c> if the adornment labels are represented with X values; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.LabelsVisibility">
<summary>
Gets or sets a value indicating whether the adornment labels are visible.
</summary>
<value><c>true</c> if the adornment labels are visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.LegendCheckBoxVisibility">
<summary>
Gets or sets a value indicating whether the check boxes of legend items are visible.
</summary>
<value><c>true</c> if the check boxes of legend items are visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.LegendVisibility">
<summary>
Gets or sets a value indicating whether [legend visibility].
</summary>
<value><c>true</c> if [legend visibility]; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ExpanderVisibility">
<summary>
Gets or sets a value indicating whether the expanders are visible.
</summary>
<value><c>true</c> if the expanders are visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.StrokeThickness">
<summary>
Gets or sets the stroke thickness.
</summary>
<value>The stroke thickness.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.SymbolsVisibility">
<summary>
Gets or sets a value indicating whether the symbols are visible.
</summary>
<value><c>true</c> if the symbols are visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.TemplateVisibility">
<summary>
Gets or sets a value indicating whether the template is visible.
</summary>
<value><c>true</c> if the template is visible; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.XAxisFontFace">
<summary>
Gets or sets the font face of X axis' labels.
</summary>
<value>The font face of X axis' labels.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.XAxisForeGround">
<summary>
Gets or sets the foreground of X axis.
</summary>
<value>The foreground of X axis.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.XAxisForeGroundHtml">
<summary>
Gets or sets the foreground of X axis as HTML.
</summary>
<value>The foreground of X axis as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.XLabelFontWeight">
<summary>
Gets or sets the font weight of X axis' labels.
</summary>
<value>The font weight of X axis' labels.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.YAxisFontFace">
<summary>
Gets or sets the font weight of Y axis' labels.
</summary>
<value>The font weight of Y axis' labels.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.YAxisForeGround">
<summary>
Gets or sets the fore ground of Y axis.
</summary>
<value>The fore ground of Y axis.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.YAxisForeGroundHtml">
<summary>
Gets or sets the fore ground of Y axis as HTML.
</summary>
<value>The fore ground of Y axis as HTML.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.YLabelFontWeight">
<summary>
Gets or sets the font weight of Y axis' labels.
</summary>
<value>The font weight of Y axis' labels.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.Enable3D">
<summary>
Gets or sets a value indicating whether to enable 3D in Chart. (Applicable for OlapClient and OlapChart Asp.Net Only)
</summary>
<c>true</c> if 3D is enabled; otherwise, <c>false</c>.
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ShowHorizontalGridLines">
<summary>
Gets or sets value indicating whether to enable horizontal grid lines in the chart.
</summary>
<c>true</c> if horizontal grid lines are visible; otherwise, <c>false</c>.
</member>
<member name="P:Syncfusion.Olap.Reports.ChartAppearanceSettings.ShowVerticalGridLines">
<summary>
Gets or sets value indicating whether to enable vertical grid lines in the chart.
</summary>
<c>true</c> if vertical grid lines are visible; otherwise, <c>false</c>.
</member>
<member name="T:Syncfusion.Olap.Reports.DimensionElement">
<summary>
Represents a dimension object in the cube.
</summary>
<remarks>
DimensionElement is created in OlapReport object and added into the collection.
</remarks>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.DimensionElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.AddLevel(System.String,System.String)">
<summary>
Adds the level to the existing hierarchy.
</summary>
<param name="hierarchyName">The name of the hierarchy.</param>
<param name="levelName">The name of the level.</param>
<returns>true if the level is added; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.AddMember(System.String,System.String)">
<summary>
Adds the member to the specified level.
</summary>
<param name="levelName">The name of the level.</param>
<param name="memberName">The name of the member.</param>
<returns>true if the member is added to the level; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.AddMembers(System.String,System.String[])">
<summary>
Adds the array of members to the level.
</summary>
<param name="levelName">The name of the level.</param>
<param name="memberNames">The member names.</param>
<returns>true the if members are added to the level; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.AddMember(System.String,Syncfusion.Olap.Reports.MemberElement)">
<summary>
Adds the member to the level element.
</summary>
<param name="levelName">The name of the level.</param>
<param name="memberElement">The member element.</param>
<returns>true if added to the level; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.DimensionElement.SetHierarchy(System.String)">
<summary>
Sets the hierarchy.
</summary>
<param name="hierarchyName">The name of the hierarchy.</param>
<returns>Returns true if hierarchy is set else returns false</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.Hierarchy">
<summary>
Gets or sets the hierarchy element based on the hierarchy name.
</summary>
<value>The hierarchy element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.DrillState">
<summary>
Gets or sets the drill state.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.DrillUpDownLevel">
<summary>
Gets or sets the level name till which expand/collapse operation needs to be done.
NOTE: This would be enabled only when DrillState option is set to "ExpandToLevel"/"CollapseToLevel".
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.DrillUpDownMember">
<summary>
Gets or sets the member name from which expand/collapse operation needs to be done.
NOTE: This would be enabled only when DrillState option is set to "ExpandToLevel"/"CollapseToLevel" and "DrillUpDownLevel" pointing to which level the expand/collapse operation needs to be done.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.HierarchyName">
<summary>
Gets or sets the name of the hierarchy.
</summary>
<value>The name of the hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.UniqueName">
<summary>
Gets or sets the unique name of the hierarchy.
</summary>
<value>The unique name of the hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.DimensionElement.MemberProperties">
<summary>
Gets or sets the collection of member properties.
</summary>
<value>The collection of member properties.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.ElementCollection">
<summary>
Represents the collection of elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ElementCollection.Add(Syncfusion.Olap.Reports.Element)">
<summary>
Adds the specified filter element.
</summary>
<param name="filterElement">The filter element which is to be added.</param>
<returns>The index of the filter element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.ElementCollection.Remove(Syncfusion.Olap.Reports.Element)">
<summary>
Removes the specified filter element.
</summary>
<param name="filterElement">The filter element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.ElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.ElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.Element"/> at the specified index.
</summary>
<param name="index">The index of the element object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.AxisPosition">
<summary>
Lists the values that are used to define the element belongs to which axis.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.AxisPosition.Categorical">
<summary>
Categorical Axis.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.AxisPosition.Series">
<summary>
Serial Axis.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.AxisPosition.Slicer">
<summary>
Slicer Axis
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.FilterCase">
<summary>
Represents the values that specify the filter cases.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.GreaterThan">
<summary>
The filter case is of type greater than.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.LessThan">
<summary>
The filter case is of type less than.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.EqualTo">
<summary>
The filter case is of type equal to.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.GreaterThanOrEqualTo">
<summary>
The filter case is of type greater than or equal to.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.LessThanOrEqualTo">
<summary>
The filter case is of type less than or equal to.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.NotEquals">
<summary>
The filter case is of type not equals.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.Between">
<summary>
The filter case is of type between.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.FilterCase.NotBetween">
<summary>
The filter case is of type not between.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.SortOrder">
<summary>
Represents the values that specify how the data should be sorted.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SortOrder.BDESC">
<summary>
Data are sorted in break hierarchy with descending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SortOrder.BASC">
<summary>
Data are sorted in break hierarchy with ascending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SortOrder.DESC">
<summary>
Data are sorted in descending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SortOrder.ASC">
<summary>
Data are sorted in ascending order.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.SummaryType">
<summary>
Represents values that specify the type of summaries available.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Average">
<summary>
The type of summary is average.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Count">
<summary>
The type of summary is count.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Sum">
<summary>
The type of summary is sum.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Expression">
<summary>
The type of summary is expression/
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.String">
<summary>
The type of summary is string.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Max">
<summary>
The type of summary is max.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Min">
<summary>
The type of summary is min.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.First">
<summary>
The type of summary is first.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.SummaryType.Last">
<summary>
The type of summary is last.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.QueryBuilderEngineVersions">
<summary>
Represents values that specify the versions of query builder engine.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.QueryBuilderEngineVersions.None">
<summary>
If no version is supplied, then the default version will be taken as None and it
will be redirected to Version1.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.QueryBuilderEngineVersions.Version1">
<summary>
Represents the first version of query builder engine that
contains the VisualTotals logic.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.QueryBuilderEngineVersions.Version2">
<summary>
Represents the current version of query builder engine that
contains the Hierarchize logic to minimize the query.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.QueryBuilderEngineVersions.Version3">
<summary>
Represents the current version of query builder engine that
contains the Exclude logic and cubes schema removal.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.DrillType">
<summary>
Represents constants that define the drill types.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillType.DrillMember">
<summary>
Enables drilling by members and it is the default drill type.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillType.DrillPosition">
<summary>
Enables drilling by member positions.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillType.DrillReplace">
<summary>
Enables drilling by replacing the members.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.DrillState">
<summary>
Represents constants that define the varieties of drill states.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillState.Default">
<summary>
The drill state is default.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillState.ExpandAll">
<summary>
The drill state is to expand all levels.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillState.CollapseAll">
<summary>
The drill state is to collapse all levels.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillState.ExpandToLevel">
<summary>
The drill state is to expand until a specific level.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DrillState.CollapseToLevel">
<summary>
The drill state is to collapse until a specific level.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.DefaultLevel">
<summary>
Represents constants that specify the default levels of drill states.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DefaultLevel.None">
<summary>
The default level of drill state is none.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DefaultLevel.WithAll">
<summary>
The default level of drill state is with all levels.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.DefaultLevel.WithOutAll">
<summary>
The default level of drill state is without all levels.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.LableSortOrder">
<summary>
Represents the values that specify how the data should be sorted.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.LableSortOrder.None">
<summary>
The default label sort order is none.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.LableSortOrder.DESC">
<summary>
Member captions are sorted in descending order.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.LableSortOrder.ASC">
<summary>
Member captions are sorted in ascending order.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.FilterElement">
<summary>
Represents the information needed for filtering an element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.FilterElement.#ctor(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.FilterElement"/> class.
</summary>
<param name="axis">The axis position.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.FilterElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.FilterElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.FilterElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterElement.Axis">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterElement.Elements">
<summary>
Gets or sets the collection of elements.
</summary>
<value>The collection of elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterElement.FilterCase">
<summary>
Gets or sets the filter case.
</summary>
<value>The filter case.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterElement.FilterValue">
<summary>
Gets or sets the collection of filter values.
</summary>
<value>The collection of filter values.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterElement.IsFilterCondition">
<summary>
Gets or sets a value indicating whether the filtering is based on condition.
</summary>
<value>
<c>true</c> if the filtering is based on condition; otherwise, <c>false</c>.
</value>
</member>
<member name="T:Syncfusion.Olap.Reports.FilterValue">
<summary>
Represents the filter value item.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.FilterValue.Filter_Value">
<summary>
Gets or sets the filter value.
</summary>
<value>The filter value.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.GridAppearanceSettings">
<summary>
Defines the class that holds the grid appearance settings for serialization.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.GridAppearanceSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.GridAppearanceSettings"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.GridAppearanceSettings.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.Background">
<summary>
Gets or sets the background.
</summary>
<value>The background.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.AllowSelection">
<summary>
Gets or sets a value indicating whether the selection is allowed.
</summary>
<value><c>true</c> if the selection is allowed; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.FreezeHeader">
<summary>
Gets or sets a value indicating whether the headers are frozen.
</summary>
<value><c>true</c> if the headers are frozen; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ShowValueCellTooltip">
<summary>
Gets or sets a value indicating whether to show the tooltip for value cells.
</summary>
<value>
<c>true</c> if the tooltip is shown for value cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ShowHeaderCellTooltip">
<summary>
Gets or sets a value indicating whether to show the tool-tip for header cells.
</summary>
<value>
<c>true</c> if the tool-tip is shown for header cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ShowMemberPropertiesToolTip">
<summary>
Gets or sets a value indicating whether to show member properties in tool-tip.
</summary>
<value>
<c>true</c> if the member properties are shown in tool-tip; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.GridLayout">
<summary>
Gets or sets the grid layout.
</summary>
<value>The grid layout.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.GridStyles">
<summary>
Gets or sets the grid styles.
</summary>
<value>The grid styles.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.AllowResizeRows">
<summary>
Gets or sets a value indicating whether to allow row resizing.
</summary>
<value><c>true</c> if the rows are allowed to resize; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.AllowResizeColumns">
<summary>
Gets or sets a value indicating whether to allow column resizing.
</summary>
<value><c>true</c> if the columns are allowed to resize; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ResizeRowsToFit">
<summary>
Gets or sets a value indicating whether to resize rows to fit.
</summary>
<value><c>true</c> if the rows are resized to fit; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ResizeColumnsToFit">
<summary>
Gets or sets a value indicating whether to resize columns to fit.
</summary>
<value><c>true</c> if the columns are resized to fit; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ValueCellHorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of values in value cells.
</summary>
<value>The horizontal alignment of values in value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridAppearanceSettings.ShowHyperlink">
<summary>
Gets or sets a value indicating whether to enable hyperlink. (Applicable only for Asp.Net OlapClient).
</summary>
<value><c>true</c> if hyperlink is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.GridStyles">
<summary>
This class will holds the Grid Styles for its appearance.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.RowHeaderForeground">
<summary>
Gets or sets the foreground of row headers.
</summary>
<value>The foreground of row headers.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.RowHeaderBackground">
<summary>
Gets or sets the background of row headers.
</summary>
<value>The background of row headers.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ColumnHeaderForeground">
<summary>
Gets or sets the foreground of column headers.
</summary>
<value>The foreground of column headers.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ColumnHeaderBackground">
<summary>
Gets or sets the background of column headers.
</summary>
<value>The background of column headers.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.HeaderCellFontFamily">
<summary>
Gets or sets the font family of values in header cells.
</summary>
<value>The font family of values in header cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.HeaderCellFontSize">
<summary>
Gets or sets the font size of values in header cells.
</summary>
<value>The font size of values in header cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.RowSummaryForeground">
<summary>
Gets or sets the foreground of summary rows.
</summary>
<value>The foreground of summary rows.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.RowSummaryBackground">
<summary>
Gets or sets the background of summary rows.
</summary>
<value>The background of summary rows.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ColumnSummaryForeground">
<summary>
Gets or sets the foreground of summary columns.
</summary>
<value>The foreground of summary columns.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ColumnSummaryBackground">
<summary>
Gets or sets the background of summary columns.
</summary>
<value>The background of summary columns.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.SummaryCellFontFamily">
<summary>
Gets or sets the font family of values in summary cells.
</summary>
<value>The font family of values in summary cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.SummaryCellFontSize">
<summary>
Gets or sets the font size of values in summary cells.
</summary>
<value>The font size of values in summary cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ValueCellBackground">
<summary>
Gets or sets the background of value cells.
</summary>
<value>The background of value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ValueCellForeground">
<summary>
Gets or sets the foreground of value cells.
</summary>
<value>The foreground of value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ValueCellFontFamily">
<summary>
Gets or sets the font family of values in value cells.
</summary>
<value>The font family of values in value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ValueCellFontSize">
<summary>
Gets or sets the font size of values in value cells.
</summary>
<value>The font size of values in value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ValueCellFontStyle">
<summary>
Gets or sets the font style of values in value cells.
</summary>
<value>The font style of values in value cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.GridLineStroke">
<summary>
Gets or sets the stroke of grid lines.
</summary>
<value>The stroke of grid lines.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.GridLineThickness">
<summary>
Gets or sets the stroke thickness of grid lines.
</summary>
<value>The stroke thickness of grid lines.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplyColumnHeaderStyle">
<summary>
Gets or sets a value indicating whether to apply styles for column header cells.
</summary>
<value>
<c>true</c> if the styles are applied for column header cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplyRowHeaderStyle">
<summary>
Gets or sets a value indicating whether to apply styles for row header cells.
</summary>
<value>
<c>true</c> if the styles are applied for row header cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplySummaryColumnStyle">
<summary>
Gets or sets a value indicating whether to apply styles for summary column cells.
</summary>
<value>
<c>true</c> if the styles are applied for summary column cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplySummaryRowStyle">
<summary>
Gets or sets a value indicating whether to apply styles for summary row cells.
</summary>
<value>
<c>true</c> if the styles are applied for summary row cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplyHeaderFontStyle">
<summary>
Gets or sets a value indicating whether to apply font style for header cells.
</summary>
<value>
<c>true</c> if the font style is applied for header cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplySummaryHeaderFontStyle">
<summary>
Gets or sets a value indicating whether to apply font style for summary cells.
</summary>
<value>
<c>true</c> if the font style is applied for summary cells; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.GridStyles.ApplyValueCellStyle">
<summary>
Gets or sets a value indicating whether to apply style for value cells.
</summary>
<value>
<c>true</c> if the style is applied for value cells; otherwise, <c>false</c>.
</value>
</member>
<member name="T:Syncfusion.Olap.Reports.HierarchyElement">
<summary>
Represents the hierarchy element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElement.#ctor(Syncfusion.Olap.Reports.DimensionElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/> class.
</summary>
<param name="parentDimensionElement">The parent dimension element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElement.Add(System.String)">
<summary>
Adds the level with the specified name.
</summary>
<param name="levelName">The name of the level.</param>
<returns>true if successfully added; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElement.LevelElements">
<summary>
Gets or sets the collection of level elements.
</summary>
<value>The collection of level elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElement.UniqueName">
<summary>
Gets the unique name of the hierarchy element.
</summary>
<value>The unique name of the hierarchy element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElement.IsAttributeHierarchy">
<summary>
Gets or sets a value indicating whether this instance is attribute hierarchy.
</summary>
<value><c>true</c> if this instance is attribute hierarchy; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElement.DefaultLevel">
<summary>
Gets or sets the state of default level.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElement.SortOrder">
<summary>
Gets or sets the state of sort order.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.HierarchyElementCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.#ctor(Syncfusion.Olap.Reports.DimensionElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.HierarchyElementCollection"/> class.
</summary>
<param name="parentDimesionElement">The parent dimension element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.HierarchyElementCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.Add(Syncfusion.Olap.Reports.HierarchyElement)">
<summary>
Adds the specified hierarchy element.
</summary>
<param name="hierarchyElement">The hierarchy element which is to be added.</param>
<returns>The index of the hierarchy element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.Remove(Syncfusion.Olap.Reports.HierarchyElement)">
<summary>
Removes the specified hierarchy element.
</summary>
<param name="hierarchyElement">The hierarchy element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.FindHierarchyElementByName(System.String)">
<summary>
Finds the hierarchy element by its name.
</summary>
<param name="name">The name of the hierarchy element.</param>
<returns>The hierarchy element that is searched for.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.HierarchyElementCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElementCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/> with the specified name.
</summary>
<value><see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/></value>
</member>
<member name="P:Syncfusion.Olap.Reports.HierarchyElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.HierarchyElement"/> at the specified index.
</summary>
<param name="index">The index of the hierarchy element object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.Item">
<summary>
Represents the class that contains parameters of select command.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.Item.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.Item"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.Item.#ctor(Syncfusion.Olap.Reports.Element)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.Item"/> class.
</summary>
<param name="elementValue">The element value.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Item.#ctor(Syncfusion.Olap.Reports.Element,Syncfusion.Olap.Reports.Element)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.Item"/> class.
</summary>
<param name="elementValue">The element value.</param>
<param name="excludedElementValue">The excluded element value.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Item.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.Item.Axis">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Item.ElementValue">
<summary>
Gets or sets the element value.
</summary>
<value>The element value.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Item.IsFilterOrSortOn">
<summary>
Gets or sets a value indicating whether this instance is for filtering or sorting.
</summary>
<value>
<c>true</c> if this instance is for filtering or sorting; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Item.ExcludedElementValue">
<summary>
Gets or sets the excluded element value.
</summary>
<value>The excluded element value.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Item.ItemName">
<summary>
Gets or sets the name of the item.
</summary>
<value>The name of the item.</value>
<remarks>Its only valid for Non-OLAP data i.e., for flat table pivot data population.</remarks>
</member>
<member name="T:Syncfusion.Olap.Reports.Items">
<summary>
Represents the collection of item objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.#ctor(System.Collections.Generic.List{Syncfusion.Olap.Reports.Item})">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.Items"/> class.
</summary>
<param name="items">The items.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.Items"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Add(Syncfusion.Olap.Reports.Item)">
<summary>
Adds the specified item.
</summary>
<param name="item">The item to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Add(Syncfusion.Olap.Reports.Element)">
<summary>
Adds the specified element value.
</summary>
<param name="elementValue">The element value to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Add(Syncfusion.Olap.Reports.Element,Syncfusion.Olap.Reports.Element)">
<summary>
Adds the specified dimension element.
</summary>
<param name="dimensionElement">The dimension element.</param>
<param name="excludedDimensionElement">The excluded dimension element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.AddRange(Syncfusion.Olap.Reports.Items)">
<summary>
Adds the elements of the specified collection to the end of the <see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="items">The collection of items.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.AddRange(System.Collections.Generic.List{Syncfusion.Olap.Reports.Item})">
<summary>
Adds the elements of the specified collection to the end of the <see cref="T:System.Collections.Generic.List`1">List&lt;T&gt;</see>.
</summary>
<param name="items">The list of items.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Clear">
<summary>
Clears this instance.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Remove(Syncfusion.Olap.Reports.Item)">
<summary>
Removes the specified item.
</summary>
<param name="item">The item object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.RemoveAll(Syncfusion.Olap.Reports.AxisPosition)">
<summary>
Removes all.
</summary>
<param name="axis">The axis.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.GetEnumerator">
<summary>
Gets the enumerator.
</summary>
<returns>Enumerated <see cref="T:Syncfusion.Olap.Reports.Item"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.Items.UpdateFilterOrSortingStatus(System.Boolean)">
<summary>
Updates the filter or sorting status.
</summary>
<param name="value">Indicates whether to enable filtering or sorting.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.Items.List">
<summary>
Gets or sets the list of items.
</summary>
<value>The list of items.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Items.IsFilterOrSortOn">
<summary>
Gets or sets a value indicating whether this instance is for filtering or sorting.
</summary>
<value> <c>true</c> if this instance is for filtering or sorting; otherwise, <c>false</c>. </value>
</member>
<member name="P:Syncfusion.Olap.Reports.Items.SubSetElement">
<summary>
Gets or sets the sub set element.
</summary>
<value>The sub set element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Items.Count">
<summary>
Gets the count of items.
</summary>
<value>The count of items.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.Items.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.Item"/> at the specified index.
</summary>
<param name="index">The index of the item object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.KpiElement">
<summary>
Represents the Key Performance Indicator(KPI) item.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.KpiElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElement.ShowKPIGoal">
<summary>
Gets or sets a value indicating whether to show the goal of KPI.
</summary>
<value>The value indicating whether to show the goal of KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElement.ShowKPIStatus">
<summary>
Gets or sets a value indicating whether to show the status of KPI.
</summary>
<value>The value indicating whether to show the status of KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElement.ShowKPITrend">
<summary>
Gets or sets a value indicating whether to show the trend of KPI.
</summary>
<value>The value indicating whether to show the trend of KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElement.ShowKPIValue">
<summary>
Gets or sets a value indicating whether to show the value of KPI.
</summary>
<value>The value indicating whether to show the value of KPI.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElement.UniqueName">
<summary>
Gets or sets the unique name of KPI.
</summary>
<value>The unique name of KPI</value>
</member>
<member name="T:Syncfusion.Olap.Reports.KpiElementCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.Reports.KpiElement"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElementCollection.Add(Syncfusion.Olap.Reports.KpiElement)">
<summary>
Adds the specified KPI element.
</summary>
<param name="kpiElement">The KPI element which is to be added.</param>
<returns>The index of the KPI element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElementCollection.Remove(Syncfusion.Olap.Reports.KpiElement)">
<summary>
Removes the specified KPI element.
</summary>
<param name="kpiElement">The KPI element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElementCollection.FindKpiByName(System.String)">
<summary>
Finds the KPI by its name.
</summary>
<param name="kpiName">The name of the KPI.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.KpiElement"/> at the specified index.
</summary>
<param name="index">The index of the KPI element object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.KpiElements">
<summary>
Represents the collection of KPI elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElements.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.KpiElements"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElements.Add(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Adds the KPI element with the specified name.
</summary>
<param name="name">The name of the KPI element.</param>
<param name="kpiValue">Indicates whether to show KPI value.</param>
<param name="kpiGoal">Indicates whether to show KPI goal.</param>
<param name="kpiStatus">Indicates whether to show KPI status.</param>
<param name="kpiTrend">Indicates whether to show KPI trend.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElements.Add(System.String)">
<summary>
Adds the KPI element with the specified name.
</summary>
<param name="name">The name of the KPI element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.KpiElements.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.KpiElements.Elements">
<summary>
Gets or sets the collection of KPI elements.
</summary>
<value>The collection of KPI elements.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.LevelElement">
<summary>
Represents the information needed for level element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.LevelElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.#ctor(Syncfusion.Olap.Reports.HierarchyElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.LevelElement"/> class.
</summary>
<param name="parentHierarchy">The parent hierarchy.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Add(System.String)">
<summary>
Adds the member element with the specified name.
</summary>
<param name="memberName">The name of the member element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Add(System.String,System.Int32)">
<summary>
Adds the member element with the specified name.
</summary>
<param name="memberName">The name of the member element.</param>
<param name="level">The index of the level at which the member element is to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Add(System.String,System.String,System.Int32)">
<summary>
Adds the member element with the specified caption.
</summary>
<param name="memberCaption">The caption of the member element.</param>
<param name="memberUniqueName">The unique name of the member element.</param>
<param name="level">The index of the level at which the member element is to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Add(System.String,System.String,System.String,System.Int32)">
<summary>
Adds the member element with the specified caption.
</summary>
<param name="memberCaption">The caption of the member element.</param>
<param name="parentCaption">The caption of the parent node.</param>
<param name="memberUniqueName">The unique name of the member element.</param>
<param name="level">The index of the level at which the member element is to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElement.Add(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Adds the specified member element.
</summary>
<param name="memberElement">The member element to be added.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElement.DimensionName">
<summary>
Gets or sets the caption of dimension.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElement.MemberElements">
<summary>
Gets or sets the collection of member elements.
</summary>
<value>The collection of member elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElement.ParentHierarchy">
<summary>
Gets or sets the parent hierarchy.
</summary>
<value>The parent hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElement.UniqueName">
<summary>
Gets the unique name of the level.
</summary>
<value>The unique name of the level.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElement.IncludeAvailableMembers">
<summary>
Gets or sets a value indicating whether to include child members.
</summary>
<value>
<c>true</c> if this instance the child members are included; otherwise, <c>false</c>.
</value>
</member>
<member name="T:Syncfusion.Olap.Reports.LevelElementCollection">
<summary>
Represents the collection of level elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.#ctor(Syncfusion.Olap.Reports.HierarchyElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.LevelElementCollection"/> class.
</summary>
<param name="parentHierarchyElement">The parent hierarchy element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.LevelElementCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.Add(Syncfusion.Olap.Reports.LevelElement)">
<summary>
Adds the specified level element.
</summary>
<param name="levelElement">The level element which is to be added.</param>
<returns>The index of the level element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.Remove(Syncfusion.Olap.Reports.LevelElement)">
<summary>
Removes the specified level element.
</summary>
<param name="levelElement">The level element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.FindLevelElementByName(System.String)">
<summary>
Finds the level element by its name.
</summary>
<param name="levelName">The name of the level.</param>
<returns>A <see cref="T:Syncfusion.Olap.Reports.LevelElement"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.LevelElementCollection.UpdateParent(System.Object)">
<summary>
Updates the parent.
</summary>
<param name="levelObj">The level object.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElementCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Reports.LevelElement"/> with the specified name.
</summary>
<value><see cref="T:Syncfusion.Olap.Reports.LevelElement"/></value>
</member>
<member name="P:Syncfusion.Olap.Reports.LevelElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.LevelElement"/> at the specified index.
</summary>
<param name="index">The index of the level element.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.NumberFormat">
<summary>
Enumeration to apply number formatting for measures
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.None">
<summary>
Displays the actual value from the cube without any formatting
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Currency">
<summary>
Represents the Currency Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Percent">
<summary>
Represents the Percentage Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Number">
<summary>
Represents the Numeric Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Date">
<summary>
Represents the Date Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Scientific">
<summary>
Represents the Scientific Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Accounting">
<summary>
Represents the Accounting Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Time">
<summary>
Represents the Time Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Fraction">
<summary>
Represents the Fraction Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.HexaDecimal">
<summary>
Represents the HexaDecimal Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Decimal">
<summary>
Represents the Decimal Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.RoundTrip">
<summary>
Represents the RoundTrip Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.General">
<summary>
Represents the General Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.FixedPoint">
<summary>
Represents the FixedPoint Number Format
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.NumberFormat.Custom">
<summary>
Represents the Custom Format
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.MeasureElement">
<summary>
Represents the wrapper class of measure that contains only the required information of measure for generating MDXQuery
and mainly created for scalability.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.MeasureElement.uniqueName">
<summary>
Gets or sets the unique name of the measure.
</summary>
<value>The unique name of the measure.</value>
</member>
<member name="F:Syncfusion.Olap.Reports.MeasureElement.format">
<summary>
Gets or sets the number format of the measure.
</summary>
<value>The number format of the measure.</value>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MeasureElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElement.UniqueName">
<summary>
Gets or sets the unique name of the measure.
</summary>
<value>The unique name of the measure.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElement.Format">
<summary>
Gets or sets the format of the measure.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElement.FormatString">
<summary>
Gets or sets the custom format string value.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.MeasureElementCollection">
<summary>
Represents the collection of measure elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElementCollection.Add(Syncfusion.Olap.Reports.MeasureElement)">
<summary>
Adds the specified measure element.
</summary>
<param name="measureElement">The measure element which is to be added.</param>
<returns>The index of the measure element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElementCollection.Insert(System.Int32,Syncfusion.Olap.Reports.MeasureElement)">
<summary>
Inserts the measure element at specified index.
</summary>
<param name="index">The index at which the measure element has to be inserted.</param>
<param name="measureElement">The measure element which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElementCollection.Remove(Syncfusion.Olap.Reports.MeasureElement)">
<summary>
Removes the specified measure element.
</summary>
<param name="measureElement">The measure element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElementCollection.FindMeasureByName(System.String)">
<summary>
Finds the measure element by its name.
</summary>
<param name="measureName">The name of the measure.</param>
<returns>true if the measure element is found; otherwise, false</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.MeasureElement"/> at the specified index.
</summary>
<param name="index">The index of the measure element object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.MeasureElements">
<summary>
Represents the information needed for measure element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElements.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MeasureElements"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElements.Add(System.String)">
<summary>
Adds the measure element with the specified name.
</summary>
<param name="measureName">The name of the measure element to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElements.Add(Syncfusion.Olap.Reports.MeasureElement)">
<summary>
Adds the specified measure element.
</summary>
<param name="measureElement">The measure element to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MeasureElements.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElements.Elements">
<summary>
Gets or sets the collection of measure elements.
</summary>
<value>The collection of measure elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MeasureElements.ExcludedMeasures">
<summary>
Gets or sets the collection of excluded measures.
</summary>
<value>The collection of excluded measures.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.MemberElement">
<summary>
Represents the information needed for member element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.#ctor(Syncfusion.Olap.Reports.LevelElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberElement"/> class.
</summary>
<param name="parentLevelElement">The parent level element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.#ctor(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberElement"/> class.
</summary>
<param name="parentMemberElement">The parent member element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.Add(System.String)">
<summary>
Adds the member element with the specified name.
</summary>
<param name="memberName">The name of the member element.</param>
<returns>The index of the member element at which it is added.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.Add(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Adds the specified member element.
</summary>
<param name="memberElement">The axis member element is to be added.</param>
<returns>The index of the member element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.ChildMemberElements">
<summary>
Gets or sets the collection of child member elements.
</summary>
<value>The collection of child member elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.DimensionName">
<summary>
Gets or sets the name of the dimension.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.Level">
<summary>
Gets or sets the index of the level.
</summary>
<value>The index of the level.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.IsParentLevel">
<summary>
Gets or sets a value indicating whether this instance is parent level.
</summary>
<value>
<c>true</c> if this instance is parent level; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.UniqueName">
<summary>
Gets or sets the unique name of the member element.
</summary>
<value>The unique name of <see cref="T:Syncfusion.Olap.Reports.MemberElement"/>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.IsSelectedChildMembers">
<summary>
Gets or sets a value indicating whether the child members are selected.
</summary>
<value>The value indicating whether the child members are selected.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.ShowChildMembers">
<summary>
Gets or sets a value indicating whether to display the child Members.
</summary>
<value>The value indicating whether to display the child Members.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.ParentLevelElement">
<summary>
Gets or sets the parent level element.
</summary>
<value>The parent level element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElement.ParentMemberElement">
<summary>
Gets or sets the parent member element.
</summary>
<value>The parent member element.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.MemberElementCollection">
<summary>
Represents the collection of member elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.#ctor(System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberElementCollection"/> class.
</summary>
<param name="parent_Element">The parent element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberElementCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.Remove(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Removes the specified member element.
</summary>
<param name="memberElement">The member element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.Add(Syncfusion.Olap.Reports.MemberElement)">
<summary>
Adds the specified member element.
</summary>
<param name="memberElement">The member element which is to be added.</param>
<returns>The index of the member element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.FindMemberElementByUniqueName(System.String)">
<summary>
Finds the member element by its unique name.
</summary>
<param name="name">The unique name of the member element.</param>
<returns>A <see cref="T:Syncfusion.Olap.Reports.MemberElement"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.FindMemberElementByName(System.String)">
<summary>
Finds the member element by its name.
</summary>
<param name="name">The name of the member element.</param>
<returns>A <see cref="T:Syncfusion.Olap.Reports.MemberElement"/>.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.UpdateMemberElementParent(System.Object)">
<summary>
Updates the parent of member element.
</summary>
<param name="parent">The parent of member element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Performs additional custom processes after inserting a new element into the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which to insert <paramref name="value"/>.</param>
<param name="value">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberElementCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary>
Performs additional custom processes after setting a value in the <see cref="T:System.Collections.CollectionBase"/> instance.
</summary>
<param name="index">The zero-based index at which <paramref name="oldValue"/> can be found.</param>
<param name="oldValue">The value to replace with <paramref name="newValue"/>.</param>
<param name="newValue">The new value of the element at <paramref name="index"/>.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElementCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Syncfusion.Olap.Reports.MemberElement"/> with the specified name.
</summary>
<value><see cref="T:Syncfusion.Olap.Reports.MemberElement"/></value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.MemberElement"/> at the specified index.
</summary>
<param name="index">The index of the member element.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.MemberProperty">
<summary>
Represents the member property of various objects.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberProperty.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberProperty"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberProperty.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.MemberProperty"/> class.
</summary>
<param name="name">The name of the member property.</param>
<param name="uniqueName">The unique name of the member property.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberProperty.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberProperty.Name">
<summary>
Gets the name of the member property.
</summary>
<value>The name of the member property.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberProperty.UniqueName">
<summary>
Gets the unique name of the member property.
</summary>
<value>The unique name of the member property.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.MemberPropertyCollection">
<summary>
A Collection of properties.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Add(System.String,System.String)">
<summary>
Adds the member property with the specified name.
</summary>
<param name="name">The name of the member property.</param>
<param name="uniqueName">The unique name of the member property.</param>
<returns>The index of the member property at which it is added.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Add(Syncfusion.Olap.Reports.MemberProperty)">
<summary>
Adds the specified member property.
</summary>
<param name="memberProperty">The member property which is to be added.</param>
<returns>The index of the member property object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Contains(Syncfusion.Olap.Reports.MemberProperty)">
<summary>
Determines whether the collection contains specified member property.
</summary>
<param name="property">The member property object which is to be searched.</param>
<returns><c>true</c> if it contains the specified member property; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.CopyTo(Syncfusion.Olap.Reports.MemberProperty[],System.Int32)">
<summary>
Copies to.
</summary>
<param name="propertyArray">The property array.</param>
<param name="index">The index.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through the collection.
</summary>
<returns>
A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.IndexOf(Syncfusion.Olap.Reports.MemberProperty)">
<summary>
Gets the index of the specified member property.
</summary>
<param name="property">The member property.</param>
<returns>The index of the member property in the collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Insert(System.Int32,Syncfusion.Olap.Reports.MemberProperty)">
<summary>
Inserts the member property at specified index.
</summary>
<param name="index">The index at which the member property has to be inserted.</param>
<param name="property">The member property which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.Remove(Syncfusion.Olap.Reports.MemberProperty)">
<summary>
Removes the specified member property.
</summary>
<param name="property">The member property which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="M:Syncfusion.Olap.Reports.MemberPropertyCollection.FindByName(System.String)">
<summary>
Finds the member property by its name.
</summary>
<param name="name">The name of the property to be found.</param>
<returns>The member property from the collection</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.MemberPropertyCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.MemberProperty"/> at the specified index.
</summary>
<param name="index">The index of the member property object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.NamedSetElement">
<summary>
Represents the information needed for named set element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.NamedSetElement.#ctor(Syncfusion.Olap.Reports.DimensionElement)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.NamedSetElement"/> class.
</summary>
<param name="parentDimensionElement">The parent dimension element.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.NamedSetElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.NamedSetElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.NamedSetElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.ParentDimension">
<summary>
Gets or sets the parent dimension.
</summary>
<value>The parent dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.UniqueName">
<summary>
Gets or sets the unique name of the named set element.
</summary>
<value>The unique name of <see cref="T:Syncfusion.Olap.Reports.NamedSetElement"/>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.DimensionUniqueName">
<summary>
Gets or sets the unique name of the dimension.
</summary>
<value>The unique name of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.IsQueryScoped">
<summary>
Gets or sets a value indicating whether this instance is query scoped.
</summary>
<value>
<c>true</c> if this instance is query scoped; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.SetQuery">
<summary>
Gets or sets the set query.
</summary>
<value>The set query.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.NamedSetElement.DimensionName">
<summary>
Gets or sets the name of the dimension.
</summary>
<value>The name of the dimension.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.OlapReport">
<summary>
Represents the report information like axis elements, visibility of expanders, paging options, drill functionalities, etc.,.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReport.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.OlapReport"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReport.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.OlapReport"/> class.
</summary>
<param name="name">The name.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReport.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.CategoricalElements">
<summary>
Gets or sets the collection of categorical elements.
</summary>
<value>The collection of categorical elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.EngineVersion">
<summary>
Gets or sets the version of query builder engine.
</summary>
<value>The version of query builder engine.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ChartSettings">
<summary>
Gets or sets the chart settings.
</summary>
<value>The chart settings.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.DisplayMeasuresInDesiredOrder">
<summary>
Gets or sets a value indicating whether the measure elements are displayed in desired order.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.GridSettings">
<summary>
Gets or sets the grid settings.
</summary>
<value>The grid settings.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.CurrentCubeName">
<summary>
Gets or sets the name of the current cube.
</summary>
<value>The name of the current cube.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ConnectionString">
<summary>
Gets or sets the connection string.
</summary>
<value>The connection string.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.FilterElements">
<summary>
Gets or sets the collection of filter elements.
</summary>
<value>The collection of filter elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.Name">
<summary>
Gets or sets the name of the OLAP report.
</summary>
<value>The name of the OLAP report.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.SeriesElements">
<summary>
Gets or sets the collection of series elements.
</summary>
<value>The collection of series elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ShowEmptyColumnData">
<summary>
Gets or sets a value indicating whether to show empty column data.
</summary>
<value>
<c>true</c> if the empty column data are shown; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ShowEmptyRowData">
<summary>
Gets or sets a value indicating whether to show empty row data.
</summary>
<value><c>true</c> if the empty row data are shown; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.UseWhereClauseForSlicing">
<summary>
Gets or set a value indicating whether to use 'Where' clause for slicing.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ForceWhereClauseForSlicing">
<summary>
Gets or sets a value indicating whether to generate MDX query having only "Where" clause while slicing.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ShowExpanders">
<summary>
Gets or sets a value indicating whether to show expanders.
</summary>
<value><c>true</c> if the expanders are shown; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.ShowCalculatedMembersFromCube">
<summary>
Gets or sets a value indicating whether to show calculated members from cube.
</summary>
<value><c>true</c></value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.SlicerElements">
<summary>
Gets or sets the collection of slicer elements.
</summary>
<value>The collection of slicer elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.TogglePivot">
<summary>
Gets or sets a value indicating whether to enable toggle pivot.
</summary>
<value><c>true</c> if toggle pivot is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.CalculatedMembers">
<summary>
Gets or sets the collection of calculated members.
</summary>
<value>The collection of calculated members.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.VirtualKpiElements">
<summary>
Gets or sets the collection of virtual KPI elements.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.EnablePaging">
<summary>
Gets or sets a value indicating whether to enable the paging.
</summary>
<value>
<c>true</c> if the paging is enabled; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.DrillType">
<summary>
Gets or sets the drill type.
</summary>
<value>The drill type.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.VisualTotalVisibility">
<summary>
Gets or sets the visibility of VisualTotals.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.UseDefaultMember">
<summary>
Gets or sets a value indicating whether to use default member i.e., to avoid the results with its All member.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.PagerOptions">
<summary>
Gets or sets the pager options.
</summary>
<value>The pager options.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.DrilledCells">
<summary>
Gets or sets the drilled cells.
</summary>
<value>The drilled cells.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.SlicerRangeFilters">
<summary>
Gets or sets the list that filters the slicer element by using the range with the format of "dimension name:hierarchy name:level name:start value:end value". Unique names can also be passed in those fields.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.Tag">
<summary>
Gets or sets the tag.
</summary>
<value>The tag.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReport.CurrentMdxQuery">
<summary>
Gets or sets the current MDX query.
</summary>
<value>The current MDX query.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo">
<summary>
Represents the information needed for filtering the dimensions available in slicer field based on the value range.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo"/> class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo"/> class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.
</summary>
<param name="startValueUniqueName">The start name of the value unique.</param>
<param name="endValueUniqueName">The end name of the value unique.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.#ctor(System.String,System.String,System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo"/> class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.
</summary>
<param name="dimensionName">The name of the dimension.</param>
<param name="hierarchyName">The name of the hierarchy.</param>
<param name="levelName">The name of the level.</param>
<param name="startValueName">The start name of the value.</param>
<param name="endValueName">The end name of the value.</param>
</member>
<member name="P:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.DimensionName">
<summary>
Gets or sets the name of the dimension.
</summary>
<value>The name of the dimension.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.HierarchyName">
<summary>
Gets or sets the name of the hierarchy.
</summary>
<value>The name of the hierarchy.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.LevelName">
<summary>
Gets or sets the name of the level.
</summary>
<value>The name of the level.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.StartValue">
<summary>
Gets or sets the start value.
</summary>
<value>The start value.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SlicerRangeFiltersInfo.EndValue">
<summary>
Gets or sets the end value.
</summary>
<value>The end value.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.OlapReportCollection">
<summary>
Represents the collection of <see cref="T:Syncfusion.Olap.Reports.OlapReport"/>.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReportCollection.Add(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Adds the specified report.
</summary>
<param name="report">The report which is to be added.</param>
<returns>The index of the report object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReportCollection.Remove(Syncfusion.Olap.Reports.OlapReport)">
<summary>
Removes the specified OLAP report.
</summary>
<param name="report">The OLAP report which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.OlapReportCollection.FindReportByName(System.String)">
<summary>
Finds the OLAP report by its name
</summary>
<param name="name">The name of the OLAP report.</param>
<returns>A <see cref="T:Syncfusion.Olap.Reports.OlapReport"/>.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReportCollection.Item(System.String)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.OlapReport"/> with the specified name.
</summary>
<value><see cref="T:Syncfusion.Olap.Reports.OlapReport"/></value>
</member>
<member name="P:Syncfusion.Olap.Reports.OlapReportCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.OlapReport"/> at the specified index.
</summary>
<param name="index">The index of the OLAP report object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.SortElement">
<summary>
Represents the information needed for sort element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SortElement.#ctor(Syncfusion.Olap.Reports.AxisPosition,Syncfusion.Olap.Reports.SortOrder,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SortElement"/> class.
</summary>
<param name="axis">The axis.</param>
<param name="orderBy">The order by.</param>
<param name="isSortOn">if set to <c>true</c> [is sort on].</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SortElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SortElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SortElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.SortElement.Axis">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SortElement.Element">
<summary>
Gets or sets the measure element.
</summary>
<value>The measure element.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SortElement.IsSortOn">
<summary>
Gets or sets a value indicating to enable sorting.
</summary>
<value><c>true</c> if sorting is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SortElement.SortOrder">
<summary>
Gets or sets the sorting order.
</summary>
<value>The sorting order.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.SubsetElement">
<summary>
Represents the information needed for sub set element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SubsetElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SubsetElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SubsetElement.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SubsetElement"/> class.
</summary>
<param name="endIndex">The end index.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SubsetElement.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SubsetElement"/> class.
</summary>
<param name="startIndex">The start index.</param>
<param name="endIndex">The end index.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SubsetElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.SubsetElement.StartIndex">
<summary>
Gets or sets the starting index.
</summary>
<value>The starting index.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SubsetElement.EndIndex">
<summary>
Gets or sets the ending index.
</summary>
<value>The ending index.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SubsetElement.Axis">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.SummaryElements">
<summary>
Represents the information needed for summary element i.e., measure or fact section of Non-OLAP (IEnumerable or IList or DataTable) data.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SummaryElements"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.Add(Syncfusion.Olap.Reports.SummaryInfo)">
<summary>
Adds the specified summary information.
</summary>
<param name="summaryInfo">The summary information object to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.Insert(System.Int32,Syncfusion.Olap.Reports.SummaryInfo)">
<summary>
Inserts the summary information object at specified index.
</summary>
<param name="index">The index at which the summary information object has to be inserted.</param>
<param name="summaryInfo">The summary information object which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.Remove(Syncfusion.Olap.Reports.SummaryInfo)">
<summary>
Removes the specified summary information.
</summary>
<param name="summaryInfo">The summary information object which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.RemoveAll(System.Predicate{Syncfusion.Olap.Reports.SummaryInfo})">
<summary>
Removes all the summary information that matches the predicate.
</summary>
<param name="match">The predicate to be matched.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryElements.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBase"/> instance. This method is not overridable.
</summary>
<param name="index">The zero-based index of the element to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index"/> is less than zero.
-or-
<paramref name="index"/> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count"/>.
</exception>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryElements.SummaryCollection">
<summary>
Gets the collection of summary information.
</summary>
<value>The collection of summary information.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.SummaryInfo">
<summary>
Represents the summary details.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.SummaryInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.SummaryInfo"/> class.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryInfo.Key">
<summary>
Gets or sets the name of the key which will be used to store after calculating the summary.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryInfo.Column">
<summary>
Gets or sets the name of the column for which summary need to be calculated.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryInfo.Type">
<summary>
Gets or sets the type of summary.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryInfo.Expression">
<summary>
Gets or sets the expression.
</summary>
<value>The expression.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.SummaryInfo.FormatString">
<summary>
Gets or sets the format string.
</summary>
<value>The format string.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.TopCountElement">
<summary>
Represents the information needed for top-count.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.TopCountElement.#ctor(Syncfusion.Olap.Reports.AxisPosition,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.TopCountElement"/> class.
</summary>
<param name="axis">The axis.</param>
<param name="fieldCount">The field count.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.TopCountElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.TopCountElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.TopCountElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.TopCountElement.Axis">
<summary>
Gets or sets the axis position.
</summary>
<value>The axis position.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.TopCountElement.FieldCount">
<summary>
Gets or sets the field count.
</summary>
<value>The field count.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.TopCountElement.MeasureName">
<summary>
Gets or sets the name of the measure.
</summary>
<value>The name of the measure.</value>
</member>
<member name="T:Syncfusion.Olap.Reports.CustomSourceReportHelper">
<summary>
Represents th helper class for operations of OLAP report.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.ProcessReport(Syncfusion.Olap.Engine.PivotCellDescriptor,Syncfusion.Olap.Engine.GridLayout,Syncfusion.Olap.Reports.OlapReport)">
<summary>
Processes the report.
</summary>
<param name="cellDescriptor">The cell descriptor.</param>
<param name="gridLayout">The grid layout.</param>
<param name="olapReport">The OLAP report.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.GetElementIndex(Syncfusion.Olap.Reports.MemberElementCollection,System.String)">
<summary>
Gets the index of the element.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="cellValue">The cell value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.CheckMemberDrillDown(Syncfusion.Olap.Reports.MemberElementCollection,System.String)">
<summary>
Checks the member drill down.
</summary>
<param name="memberElementCollection">The member element collection.</param>
<param name="cellValue">The cell value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.DrillUpDown(Syncfusion.Olap.Reports.MemberElement,System.String,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Based on the member passed it will drill down to its child members
</summary>
<param name="memberElement">The member element.</param>
<param name="uniqueName">The name of the unique.</param>
<param name="cellDesc">The cell descriptor.</param>
<returns>
returns true if drill up and down are successful
</returns>
<remarks>
Internally it added the child members to the Element object, so that query generator picks up
the child member and generates the query
</remarks>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.CheckParentMembers(Syncfusion.Olap.Reports.MemberElement,System.Collections.Generic.List{System.String})">
<summary>
Checks the parent members.
</summary>
<param name="memberElement">The member element.</param>
<param name="list">The list.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Olap.Reports.CustomSourceReportHelper.DrillUpDown(Syncfusion.Olap.Reports.LevelElement,System.String,Syncfusion.Olap.Engine.PivotCellDescriptor)">
<summary>
Drills up down.
</summary>
<param name="levelElement">The level element.</param>
<param name="uniqueName">The name of the unique.</param>
<param name="cellDesc">The cell descriptor.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.ValueElement">
<summary>
Represents the wrapper class of value that contains only the required information of value for generating MDXQuery
and mainly created for scalability.
</summary>
</member>
<member name="F:Syncfusion.Olap.Reports.ValueElement.uniqueName">
<summary>
Gets or sets the unique name of the value.
</summary>
<value>The unique name of the value.</value>
</member>
<member name="F:Syncfusion.Olap.Reports.ValueElement.format">
<summary>
Gets or sets the number format of the value.
</summary>
<value>The number format of the value.</value>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.ValueElement"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.FormatString">
<summary>
Gets or sets the custom format string value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.UniqueName">
<summary>
Gets or sets the unique name of the value.
</summary>
<value>The unique name of the value.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.Format">
<summary>
Gets or sets the format of the value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.IsKPI">
<summary>
Gets or sets a value indicating whether the specified element is KPI or not.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.ShowKPIGoal">
<summary>
Gets or sets a value indicating whether to show the goal of KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.ShowKPIStatus">
<summary>
Gets or sets a value indicating whether to show the status of KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.ShowKPITrend">
<summary>
Gets or sets a value indicating whether to show the trend of KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElement.ShowKPIValue">
<summary>
Gets or sets a value indicating whether to show the value of KPI.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.ValueElementCollection">
<summary>
Represents the collection of value elements.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElementCollection.Add(Syncfusion.Olap.Reports.ValueElement)">
<summary>
Adds the specified value element.
</summary>
<param name="valueElement">The value element which is to be added.</param>
<returns>The index of the value element object in the current collection.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElementCollection.Insert(System.Int32,Syncfusion.Olap.Reports.ValueElement)">
<summary>
Inserts the value element at specified index.
</summary>
<param name="index">The index at which the value element has to be inserted.</param>
<param name="valueElement">The value element which is to be inserted.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElementCollection.Remove(Syncfusion.Olap.Reports.ValueElement)">
<summary>
Removes the specified value element.
</summary>
<param name="valueElement">The value element which is to be removed.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElementCollection.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElementCollection.FindMeasureByName(System.String)">
<summary>
Finds the value element by its name.
</summary>
<param name="measureName">The name of the value.</param>
<returns>true if the value element is found; otherwise, false</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElementCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.Olap.Reports.ValueElement"/> at the specified index.
</summary>
<param name="index">The index of the value element object.</param>
</member>
<member name="T:Syncfusion.Olap.Reports.ValueElements">
<summary>
Represents the information needed for value element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElements.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.ValueElements"/> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElements.Add(System.String)">
<summary>
Adds the value element with the specified name.
</summary>
<param name="measureName">The name of the value element to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElements.Add(Syncfusion.Olap.Reports.ValueElement)">
<summary>
Adds the specified value element.
</summary>
<param name="valueElement">The value element to be added.</param>
</member>
<member name="M:Syncfusion.Olap.Reports.ValueElements.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElements.Elements">
<summary>
Gets or sets the collection of value elements.
</summary>
<value>The collection of value elements.</value>
</member>
<member name="P:Syncfusion.Olap.Reports.ValueElements.VirtualKpiElements">
<summary>
Gets or sets the collection of virtual KPI elements.
</summary>
</member>
<member name="T:Syncfusion.Olap.Reports.VirtualKpiElement">
<summary>
Represents the information needed for virtual KPI element.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.VirtualKpiElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Olap.Reports.VirtualKpiElement">VirtualKpiElement</see> class.
</summary>
</member>
<member name="M:Syncfusion.Olap.Reports.VirtualKpiElement.Clone">
<summary>
Clones this instance.
</summary>
<returns>A copy of this instance.</returns>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.TrendGraphic">
<summary>
Gets or sets the trend graphic.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.StatusGraphic">
<summary>
Gets or sets the status graphic.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.UniqueName">
<summary>
Gets or sets the unique name of the virtual KPI element.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.ShowVirtualKPIGoal">
<summary>
Gets or sets a value indicating whether to show the goal of virtual KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.ShowVirtualKPIStatus">
<summary>
Gets or sets a value indicating whether to show the status of virtual KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.ShowVirtualKPIValue">
<summary>
Gets or sets a value indicating whether to show the value of virtual KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.ShowVirtualKPITrend">
<summary>
Gets or sets a value indicating whether to show the trend of virtual KPI.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.Expression">
<summary>
Gets or sets the expression of virtual KPI element.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.KpiValueExpression">
<summary>
Gets or sets the expression of virtual KPI value.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.KpiGoalExpression">
<summary>
Gets or sets the expression of virtual KPI goal.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.KpiStatusExpression">
<summary>
Gets or sets the expression of virtual KPI status.
</summary>
</member>
<member name="P:Syncfusion.Olap.Reports.VirtualKpiElement.KpiTrendExpression">
<summary>
Gets or sets the expression of virtual KPI trend.
</summary>
</member>
</members>
</doc>