Method | Description | |
---|---|---|
AsEmpty ( ) : |
Marks axis as empty and returns the updated current instance of MdxAxis.
|
|
AsNonEmpty ( ) : |
Marks axis as non-empty and returns the updated current instance of MdxAxis.
|
|
GetMember ( string memberName ) : |
Get set member by member name
|
|
MdxAxis ( ) : System |
Initializes a new instance of MdxAxis.
|
|
Titled ( MdxAxisType type ) : |
Sets the title for axis and returns the updated current instance of MdxAxis.
|
|
Titled ( int number ) : |
Sets the title for axis and returns the updated current instance of MdxAxis.
|
|
Titled ( string title ) : |
Sets the title for axis and returns the updated current instance of MdxAxis.
|
|
WithProperties ( ) : |
Applies axis properties and returns the updated current instance of MdxAxis.
|
|
WithSlicer ( MdxTuple slicer ) : |
Sets the slicer for axis and returns the updated current instance of MdxAxis.
|
Method | Description | |
---|---|---|
GetStringExpression ( ) : string |
public GetMember ( string memberName ) : |
||
memberName | string | |
return |
public Titled ( MdxAxisType type ) : |
||
type | MdxAxisType | Axis type. |
return |
public Titled ( int number ) : |
||
number | int | Axis number. |
return |
public Titled ( string title ) : |
||
title | string | Axis title. |
return |
public WithSlicer ( MdxTuple slicer ) : |
||
slicer | MdxTuple | Axis slicer. |
return |