HI all,
I am having a class with simple dialog as date parameters.
i need to show "records to include" option as we see while running any ssrs reports with parameters.
any suggestions please.
Thanks in advance
HI all,
I am having a class with simple dialog as date parameters.
i need to show "records to include" option as we see while running any ssrs reports with parameters.
any suggestions please.
Thanks in advance
[
SRSReportQueryAttribute(queryStr(MyQuery)),
SRSReportParameterAttribute(classstr(MyReportContract))
]
public class MyRDP extends SRSReportDataProviderBase
Is your SSRS report based on a query or a data provider (RDP) class?
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156