Click or drag to resize
ReportValueInfoProviderSetReportValueInfoInternal Method
Sets (updates or inserts) specified report value.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected void SetReportValueInfoInternal(
	ReportValueInfo reportValue
)

Parameters

reportValue
Type: CMS.ReportingReportValueInfo
ReportValue to set
See Also