Sets the value for the named data source defined by the report template. The name of the data source must be one of the data sources defined in the report template.

Namespace: Docentric.Documents.Reporting
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public void SetNamedDataSourceValue( String name, Object dataObject )

Parameters

name
Type: String

Name of the data source.

dataObject
Type: Object

An object that will be used as a value for the specified named data source.