I am new vb.net im am developing a stand alone application, can some one help me how to get and display datas which are in grid view to craystal report?
Gridview datas in crystal report
Collapse
X
-
Sorry, but this is an inappropriate question for this forum. We can help you with specific coding issues, but we can't hold your hand and teach you from the beginning. I suggest you find a tutorial for Crystal Reports and VB.NET.
Please read the Posting Guidelines before posting.
MODERATOR -
datas inside the grid view to crystal
I am new to vb.net. I have datas in the gridview inside a form. The same datas which are in the form, I need to display it in the crystal report. I am not ask weather we can display grid view in crystal,I know it cant happen. I only need datas inside the grid view to crystal.
can any one please help me on this?, its urgent.Comment
-
Please do not double post on this forum. There is absolutely no need, because replying to your original thread will bump it back to the top of the forum anyway.
This is your second warning. Read the posting guidelines that I've already linked for you before you make another post. If you continue to break forum rules we will have to ban your account temporarily.
MODERATOR
Now as to this problem, you shouldn't be using the data from the gridview, but directly from the gridview's data source. And before you ask for the code for this, I can't give you boilerplate code. It's way to broad a topic for any sample code to be applicable to your specific situation.Comment
Comment