Table of Contents

Class UpdateDatasourceParametersEventArgs

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Event arguments for combit.Reporting.DataProviders.IParameterBinder.AfterUpdateParameterValues and combit.Reporting.DataProviders.IParameterBinder.BeforeUpdateParameterValues.

public sealed class UpdateDatasourceParametersEventArgs : EventArgs
Inheritance
UpdateDatasourceParametersEventArgs
Inherited Members

Properties

ParameterValues

Gets a dictionary of the data source parameter values that will be set or have been set.

public IDictionary<string, object> ParameterValues { get; }

Property Value

IDictionary<string, object>