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.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
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