Click or drag to resize
ReportValueInfoProviderGetReportValueInfoInternal Method (Int32)
Returns the ReportValueInfo structure for the specified ReportValue ID.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
protected ReportValueInfo GetReportValueInfoInternal(
	int reportValueId
)

Parameters

reportValueId
Type: SystemInt32
ID of the ReportValue object

Return Value

Type: ReportValueInfo
See Also