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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 12.0.0
Syntax
C#
public static void SetReportValueInfo(
	ReportValueInfo reportValue
)

Parameters

reportValue
Type: CMS.Reporting.ReportValueInfo
ReportValue to set
See Also