ReportBuilder GenerateSaveValuesStep2 Method A Sandcastle Documented Class Library
Generate all the values needed to perform a step2 save on this report.

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

private Dictionary<string, string> GenerateSaveValuesStep2(
	string reportId,
	FilterBuilderPassThroughData ptd,
	bool autoSave
)

Parameters

reportId
Type: System String
ptd
Type: P4s3Web.WebAppHelperLib FilterBuilderPassThroughData
autoSave
Type: System Boolean

Return Value

Type: Dictionary String, String 
See Also