ReportExecutionSetRestrictions Method |
Set restriction values from input 1,2,3,4
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic 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