Class GetLevelMembersUsingMdxEventArgs
Provides data for theGetLevelMembersUsingMdx event.
Inheritance
System.Object
GetLevelMembersUsingMdxEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GetLevelMembersUsingMdxEventArgs : EventArgs
Constructors
GetLevelMembersUsingMdxEventArgs()
Declaration
public GetLevelMembersUsingMdxEventArgs()
Properties
AxisPosition
Gets or sets the value for the axis position.
Declaration
public int AxisPosition { get; set; }
Property Value
Type |
---|
System.Int32 |
CubeName
Gets or sets the value for the cube name.
Declaration
public string CubeName { get; set; }
Property Value
Type |
---|
System.String |
IsGrandTotalOn
Gets or sets a value indicating whether grand total should appear or not.
Declaration
public bool IsGrandTotalOn { get; set; }
Property Value
Type |
---|
System.Boolean |
MemberUniqueName
Gets or sets the value for the member unique name.
Declaration
public string MemberUniqueName { get; set; }
Property Value
Type |
---|
System.String |
PagingParams
Gets or sets the paging parameter.
Declaration
public string PagingParams { get; set; }
Property Value
Type |
---|
System.String |