dcamlin
(David Camlin)
December 3, 2024, 9:19pm
4
There are several threads on here about pass CallContextBPMData to SSRS… I’ve never done it, personally. But there may be enough for you to piece it together.
Yes, 10.1.6, it’s definitely not intuitive but… did get it working
Some examples below from the LaborEdit Report → LaborEdit.rdl
DataSet → LaborDtl
***** adding CallContextClientData
Field: T2.CurrentPlant
and
LEFT OUTER JOIN CallContextClientData_" + Parameters!TableGuid.Value + " T2
ON T1.Company = T2.CurrentCompany"
****** and adding CallContextBpmData
****** Note copy of RDD LaborEdit is used – where I included the field LaborDtl.TimeTypCd
****** So that I would have something to …
To pass a value to a report via the CallContextBpmData variables
(my example images will be for adding a checkbox to the form)
Customize the form that runs the report, by launching in developer mode.
Enter customization mode
Add the control to hold the variable (textbox, checkbox, combo, etc…)
Bind that control to a CallContextBpmData member
[image]
Save Cutomization and close
Launch Report Style Maintenance, and load the report ID
Copy the Report Style to a new Style
D…
1 Like