DataDrivenConditionParameterValues Property |
Gets the parameter values to be used in data retrieval.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<ParameterValue> ParameterValues { get; }
Public ReadOnly Property ParameterValues As IReadOnlyList(Of ParameterValue)
Get
public:
property IReadOnlyList<ParameterValue^>^ ParameterValues {
IReadOnlyList<ParameterValue^>^ get ();
}
member ParameterValues : IReadOnlyList<ParameterValue> with get
Property Value
Type:
IReadOnlyListParameterValueSee Also