Posted 4 December 2024, 4:56 am EST
Hi David,
>> When I try to open the .rdlx file in your zip file, Active Reports 17 says it’s not a valid report file?]
ActiveReports 18 onwards, the legacy RDL was removed, and RDL Multi-Section was renamed to RDLX. The RDL report type is no longer available for new reports in ActiveReports 18. RDL reports, created in the previous versions of ActiveReports, are automatically converted to the RDLX format when opened in the Designer. However, the same should get opened in v17.3 Designer as well. Where are you trying to open the report, and what exact version of ActiveReports are you using?
>> Also, can you describe what the benefits are of having the command type be Stored Procedure vs Text since it seems like a Stored Procedure can be used in both instances?
Yes, you can set Command Type as both StoredProcedure and Text for stored procedures. Please refer to the following:
- Text Command Type:
- StoredProcedure Command Type:
- Set the Command Type as StoredProcedure.
- Simply pass the stored procedure’s name in the Query as
dbo.ParamTesting
. It just is a simplified way of using stored procedures.
We hope this clears up the confusion!
Attachment:StoredProcedureSample_Updated.zip