Parameters

Stimulsoft Reports.NET discussion
Post Reply
mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »

:cry: :cry:
error
files

:cry: :cry: :cry: :cry:
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Parameters

Post by Edward »

Hi

Please see attached project.

Thank you.
Attachments
279.parameters.zip
(873.69 KiB) Downloaded 235 times
mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »

hi

Thank you.


:cry: :cry: :cry:


sql?
stiReport1.IsRendered = false;
stiReport1["@DriverID"] = combodriver.Text;
stiReport1.Show();
Image
Stephan1
Posts: 122
Joined: Fri Aug 31, 2007 7:22 am
Location: Germany

Parameters

Post by Stephan1 »

Hi mrz9009,

we're using this piece of code for setting a Parametervalue in our reports.

stireport1.DataSources("MyDatasource").Parameters("MyParameterName").ParameterValue = MyParameterValue

Maybe this is of help for you

Cheers

Stephan
mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »


hi Stephan1


is Samples?:brick:



Thank you.



Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Parameters

Post by Edward »

Hi

Please make sure that you declared a parameter with @DriverID name into the parameter list of the DataSource which called 'sp1' function in SQL Server.

I was unable to launch your sample. Please send .bak file instead of the mdf if you need any help with your example.

Thank you.
mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »

mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »

Edward wrote:Hi

Please make sure that you declared a parameter with @DriverID name into the parameter list of the DataSource which called 'sp1' function in SQL Server.

I was unable to launch your sample. Please send .bak file instead of the mdf if you need any help with your example.

Thank you.
?:cry: :cry:
mrz9009
Posts: 6
Joined: Thu Nov 26, 2009 11:25 am

Parameters

Post by mrz9009 »

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Parameters

Post by Edward »

Hi

Please send the report to support[at]stimulsoft.com as that link you provided did not work.

Thank you.
Post Reply