How to make rdlc report from xml string?
Im trying to make a report viewer (RDLC REPORT) with xml string as data source using asp.net c#
This is the xml
Im trying to make a report viewer (RDLC REPORT) with xml string as data source using asp.net c#
This is the xml
I have a Defined Dataset with table Customer in it. I’m trying to add a row to this Dataset but I’m getting an error below is my code
I have a datatable named dt1 like this
I have a problem when I’m trying to a loop in a DataTable that a dataset contains.
I wan’t to create DataSet from code and set it as data source for crystal report.
I don’t want to create a DataSet xsd file in VS if I don’t have to. Just pure code.
I use a DataTable with Information about Users and I want search a user or a list of users in this DataTable. I try it butit don’t work 🙁
I want to return virtual table from stored procedure and I want to use it in dataset in c# .net. My procedure is a little complex and can’t find how to return a table and set it in a dataset
I’ve been stuck with this problem for a few hours and can’t seem to figure it out, so I’m asking here 🙂
I would like to read the contents of a CSV file and create a dataset.
I am trying like this:
I am using .NET 3.5 and need to convert the below select new result into a DataTable. Is there something built in for this or anyone know of a method that can do this?