ReportBuilder GenerateSaveValuesStep1 Method A Sandcastle Documented Class Library
Generate all the values needed to perform a step1 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> GenerateSaveValuesStep1(
	string filterId,
	string reportName,
	string reportDesc,
	string isPublic,
	string active,
	string userId,
	bool autoSave
)

Parameters

filterId
Type: System String
reportName
Type: System String
reportDesc
Type: System String
isPublic
Type: System String
active
Type: System String
userId
Type: System String
autoSave
Type: System Boolean

Return Value

Type: Dictionary String, String 
See Also