Click or drag to resize
ReportValueInfoProviderGetReportValueInfo Method (Int32)
Returns the ReportValueInfo structure for the specified reportValue.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static ReportValueInfo GetReportValueInfo(
	int reportValueId
)

Parameters

reportValueId
Type: SystemInt32
ReportValue ID

Return Value

Type: ReportValueInfo
See Also