Interface IRequireCollectedReportParameters
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Delegates the ReportParametersCollected-Event from the WindowsClientWebDesigner and ReportServerDesigner to the datasource.
public interface IRequireCollectedReportParameters
Methods
ReportParametersCollected(Dictionary<string, object>)
Provides the implementing data source with the collected report parameter values after the designer has gathered them from the user/environment. Implementations can use these values to adjust data retrieval (e.g. apply filters).
void ReportParametersCollected(Dictionary<string, object> paramValues)
Parameters
paramValuesDictionary<string, object>A dictionary containing the collected parameter values keyed by their (case-sensitive) parameter names. The values are raw objects as entered/resolved (e.g. string, int, DateTime).