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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static ReportValueInfo GetReportValueInfo(
	string valueName
)

Parameters

valueName
Type: SystemString
Value name

Return Value

Type: ReportValueInfo
See Also