ReportBuilder ProcessReportCalcConfig Method A Sandcastle Documented Class Library
Processes the calculation config entries for the given report calculation.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void ProcessReportCalcConfig(
	string userId,
	string filterId,
	string reportId,
	List<StatisticBuilderPanel> list
)

Parameters

userId
Type: System String
filterId
Type: System String
reportId
Type: System String
list
Type: System.Collections.Generic List StatisticBuilderPanel 
See Also