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 (25.3.0.1000)
Syntaxpublic 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: 
IReadOnlyListParameterValue
See Also