Click or drag to resize
ReportValueInfoProvider.SetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 13.0.131
Syntax
C#
protected override void SetInfo(
	ReportValueInfo info
)

Parameters

info
Type: CMS.Reporting.ReportValueInfo
Object to insert / update
See Also