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

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

Parameters

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