Iterate through Ask-At-Runtime FilterConditions only. Used like:
foreach (FilterCondition condition in report.FilterConditions.AskAtRuntimeOnly) { System.Console.WriteLine(condition.Values); }
public AskAtRuntimeEnumerator AskAtRuntimeOnly { get; }
See also:
Class FilterConditions© Stonefield Software Inc., 2023 • Updated: 06/01/10
Comment or report problem with topic