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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected ReportValueInfo GetReportValueInfoInternal(
	Guid reportValueGuid
)

Parameters

reportValueGuid
Type: SystemGuid
GUID of the ReportValue object

Return Value

Type: ReportValueInfo
See Also