Populate Check Boxes On Reports?
Is there a way to populate a Check Box on a template .rpx report using data from a REST service? If so, how is it done?
Thanks,
Mark
0
-
https://msdn.microsoft.com/en-us/library/system.data.datacolumn.datatype(v=vs.110).aspx
Data with the DataColum.DataType with Boolean should map to the CheckBox control on the Activie Report (rpx).
So check it out your Data from a REST service so that it can be assigned to the System.Data.DataTable to the DataRow with that DataColumn with Boolean type.
Munhwan
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar