I'm trying to create report using Visual Studio 2003 based on stored procedure. This sp has final select from temporary table.
When using the Report Designer to create a report that connects to a Microsoft SQL Server parameterized stored procedure, there are no database fields available for the...
I'm trying to create report using Visual Studio 2003 based on stored procedure. This sp has final select from temporary table.
When using the Report Designer to create a report that connects to a Microsoft SQL Server parameterized stored procedure, there are no database fields available for the...
Thanks again. Ok, in my case for example if I want the data passed to the "BankName" parameter field on the main report
to appear on the linked "Pm-?BankName" parameter field of the subreport ? The "Select data in subreport based on field" check box in the lower...
In the upper right corner I have ?BankName and in the left
lower I have ?Pm-?BankName. The lower right check box is not selected. The subreport still does not receive a parameter.
Regards,
Roman
Thanks for your response! Right now it's not connected to any field in "Select data in subreport based on field" combo. What I see in that combo is the fields from the ttx file on it based subreport. Which field if any i should link it to? I think the best way will be if I'll explain...
Thanks for your response! I tried "to play" with this
parameter "Pm-?BankName" in many different ways. Right now it's not connected to any field in "Select data in subreport
based on field" combo. What I see in that combo is the fields from the ttx file on it based...
I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one.
The test code below shows what is being done.
sReportPathRPT =...
I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one.
The test code below shows what is being done.
sReportPathRPT =...
I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one.
The test code below shows what is being done.
sReportPathRPT =...
I'm trying to pass parameters to both main report and subreport(Crystal 8.5), and print reports from the code. The test code below shows what is being done.
sReportPathRPT = "D:\MainReport.rpt"
Set oCRApp = New CRAXDRT.Application
Set oMainReport =...
I'm trying to pass parameters to both main report and subreport, and print reports from the code. The test code below shows what is being done.
sReportPathRPT = "D:\MainReport.rpt"
Set oCRApp = New CRAXDRT.Application
Set oMainReport = oCRApp.OpenReport(sReportPathRPT...
I'm trying to pass parameters to both main report and subreport, and print reports from the code. The test code below shows what is being done.
sReportPathRPT = "D:\MainReport.rpt"
Set oCRApp = New CRAXDRT.Application
Set oMainReport = oCRApp.OpenReport(sReportPathRPT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.