Click or drag to resize

ReportExecutionSetRestrictions Method

Set restriction values from input 1,2,3,4

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public static void SetRestrictions(
	Report report,
	ReportRestriction restriction,
	string val1,
	string val2,
	string val3,
	string val4,
	bool checkRequired
)

Parameters

report  Report
 
restriction  ReportRestriction
 
val1  String
 
val2  String
 
val3  String
 
val4  String
 
checkRequired  Boolean
 
See Also