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