ParameterPlaceholderOffsetValue Property |
Gets the offset value, when the script must reference previous or next values in relation to the current value.
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 int OffsetValue { get; }
Public ReadOnly Property OffsetValue As Integer
Get
public:
property int OffsetValue {
int get ();
}
member OffsetValue : int with get
Property Value
Type:
Int32See Also