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

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

Parameters

reportValue
Type: CMS.ReportingReportValueInfo
ReportValue to set
See Also