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: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
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