Skip to content

Automation binding property of the class to report .net7 atimulsoft 2023

License

Notifications You must be signed in to change notification settings

muhammadganji/Stimulsoft-Bind-class

Repository files navigation

Stimulsoft-binding property

Automation binding property of the class to report in .net7 and stimulsoft 2023

screen of program
Screen of program

document of technical

in the ViewerController you can change model and data to create report. this project depend on ClassBinding and ClassReportfor bind class and data. Example of code:

public IActionResult GetReport()
 {
   var data = GetDataMamadi();  // <--- change data binding
   var stimul = new StiReport();
   var jsonReport = GetFormatReport(new Mamadi());  // <--- change model binding
   stimul.LoadFromString(jsonReport);
   stimul.Compile();
   stimul.RegData("dt", data);
   return StiNetCoreViewer.GetReportResult(this, stimul);
 }

ClassBinding

this class has duty to get feature of special class

ClassReport

this class has duty to create report of stimulsoft

About

Automation binding property of the class to report .net7 atimulsoft 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published