InterfaceIProcessingContext
Interface
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IProcessingContext
Methods
Add(object, object)
Internal use only
Declaration
cs-api-definition
void Add(object key, object value)
Parameters
key
object
value
object
TryGetValue(object, out object)
Internal use only
Declaration
cs-api-definition
bool TryGetValue(object key, out object value)
Parameters
key
object
value
object
Returns
bool