ParameterPlaceholderAxis Property |
Gets a value indicating whether the offset is applied relative to the column axis. The default axis is rows.
The property is available only for an
InputMeasureParameter.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CellsetAxis Axis { get; }
Public ReadOnly Property Axis As CellsetAxis
Get
public:
property CellsetAxis Axis {
CellsetAxis get ();
}
member Axis : CellsetAxis with get
Property Value
Type:
CellsetAxisSee Also