No announcements
Found 545394 threads
-
0 Votes
C#4.0: Report.rdlc with xml file
DataSet ds = new DataSet(); ds.ReadXml("Table2.xml"); var projectPath = ...Answered | 7 Replies | 1957 Views | Created by ARZARE - Friday, May 20, 2016 5:31 PM | Last reply by ARZARE - Sunday, May 22, 2016 3:57 PM -
0 Votes
Dynamically binding dataset to the Report.rdlc
User992473171 posted You have to create a XSD dataset (DataSetProducts_ShowProductByCategory) and has to bind with the report And ...Unanswered | 6 Replies | 348 Views | Created by Anonymous - Monday, May 16, 2011 8:49 AM | Last reply by Anonymous - Tuesday, October 11, 2011 5:01 AM -
0 Votes
Diffreence between CR and Report.rdlc(VS2005)
RDLC reports for local reports, and Crystal reports for database connected results RDLC can bind objects from cache (using XML serialsation) using very simple ...Answered | 2 Replies | 4893 Views | Created by Rastogi - Friday, August 25, 2006 5:21 AM | Last reply by Sabyasachi_1986 - Wednesday, January 14, 2009 7:37 AM -
3 Votes
How to bind a DataSet to a TextBox
Now that I have some insight about Binding I am able to successfully bind my data to the controls of my choice using the DataSet ...Answered | 7 Replies | 10012 Views | Created by Clifford Anup Dhamanigi - Saturday, March 3, 2012 5:17 PM | Last reply by Clifford Anup Dhamanigi - Monday, March 5, 2012 6:28 PM -
2 Votes
Binding textboxes to a dataset
Ok, I need to set the bindings for each textbox.Answered | 6 Replies | 577 Views | Created by AndyNakamura - Thursday, May 26, 2016 3:16 PM | Last reply by Reed Kimble - Thursday, May 26, 2016 5:49 PM -
0 Votes
data repeater binding with dataset??
So, it is impossible for you to bind the dataset to datareader!Answered | 5 Replies | 6407 Views | Created by abhi0410 - Monday, May 9, 2011 6:41 AM | Last reply by Neddy Ren - Thursday, May 12, 2011 8:05 AM -
0 Votes
dataset with dynamic fields
I think you'll find the following article interesting to read: Building Reports With Dynamic DatasetsMCITP SQL Server 2008 (BI & DEV); MCTS SQL Server 2008 (BI, DEV & ...Answered | 2 Replies | 1211 Views | Created by mina_sh - Tuesday, May 7, 2013 9:46 AM | Last reply by Valentino Vranken - Tuesday, May 7, 2013 10:50 AM -
0 Votes
grouping ListBox binding to DataSet
Hi eugzl, I have replied and provided a sample which binds a DataSet.Table to ListBox in the other ...Answered | 4 Replies | 4614 Views | Created by zleug - Thursday, June 10, 2010 4:05 AM | Last reply by Jie Bao - Friday, June 11, 2010 2:08 AM -
1 Votes
DataSet Parent Child Relation Binding
Hi all, THX 4 JUMPING IN MY THREAD, i have a problem with my dataset and its binding what i am trying to do is ...Answered | 2 Replies | 1457 Views | Created by Neo_Matrix - Monday, November 12, 2012 1:51 PM | Last reply by Neo_Matrix - Tuesday, November 13, 2012 6:40 PM -
0 Votes
Print report.rdlc without preview with button
I want to place a button (Print) and to autoprint my report.rdlc.Answered | 2 Replies | 431 Views | Created by Dimis1989-chris - Monday, February 29, 2016 5:35 PM | Last reply by Dimis1989-chris - Tuesday, March 1, 2016 7:53 PM -
0 Votes
bind Single Procedure With Different Dataset
If you have two different dataset, you can set the different query with stored procedure for different dataset.Answered | 1 Replies | 1959 Views | Created by Lukesh Sahu - Thursday, July 26, 2012 11:05 AM | Last reply by Edward Zhu - Friday, July 27, 2012 3:37 PM -
0 Votes
Binding ListView to DataSet with relations
You could convert DataTable to ObservableCollection and then bind ObservableCollection to UI.Answered | 1 Replies | 4800 Views | Created by Mark PL - Tuesday, April 7, 2009 5:44 PM | Last reply by Tao Liang - Thursday, April 9, 2009 2:58 AM -
1 Votes
How to fill dynamically created DataSet?
the Visual Basic forum Public Function FillDataSet() As DataSet Dim ds As New DataSet() Using connection As New ...Answered | 2 Replies | 546 Views | Created by Sayali99 - Thursday, August 13, 2015 12:59 PM | Last reply by PEng1 - Thursday, August 13, 2015 1:41 PM -
0 Votes
Binding TextBlock dynamically
I think you can do almost the same like this to binding.Answered | 4 Replies | 503 Views | Created by Sam9918 - Monday, December 28, 2015 5:54 AM | Last reply by Barry Wang - Tuesday, December 29, 2015 5:46 AM -
0 Votes
Dynamic LINQ against DataSets
For the dynamic LINQ query on DataSets, I would recommend you consider the Dynamic LINQ Library.Answered | 4 Replies | 4607 Views | Created by cvprocker - Tuesday, May 25, 2010 3:26 PM | Last reply by Michael Sun [MSFT] - Monday, May 31, 2010 2:16 PM -
0 Votes
LINQ to DataSet Binding Question
ToList() is not applicable as the object is not a simple list to which to bind, otherwise I am sure that this would be a solution.Answered | 3 Replies | 4292 Views | Created by S Anthony - Wednesday, July 22, 2009 2:48 PM | Last reply by S Anthony - Thursday, August 13, 2009 10:33 AM -
3 Votes
Bind ListBox Control to Dataset column names
I thought there might have been a way to bind to a table in a DataSet, then somehow link to the columnNames property for each column in that table.Answered | 4 Replies | 4313 Views | Created by siansun - Wednesday, December 22, 2010 4:15 AM | Last reply by siansun - Wednesday, December 22, 2010 3:51 PM -
1 Votes
Dataset - Passing name of the file Dynamically
You can use the partitionBy property in dataset.Answered | 1 Replies | 2631 Views | Created by Prabhu64 - Wednesday, July 29, 2015 11:31 AM | Last reply by Yingqin - Friday, July 31, 2015 3:26 AM -
0 Votes
Report Builder with Dynamics CRM Online (Dataset missing)
Hi Sitemplar, In your scenario, what did you mean the Dynamics CRM Fetch XML dataset was missing?Answered | 1 Replies | 1425 Views | Created by Sitemplar - Tuesday, July 19, 2016 8:19 AM | Last reply by Xi Jin - Wednesday, July 20, 2016 3:06 AM -
0 Votes
Binding multi level self referenced dataset to WPF TreeView control
For multilevel hierarchical data binding to a WPF tree view control, I have a stored procedure that returns result set in the below mentioned order[1].Answered | 1 Replies | 7030 Views | Created by Vipul Mehta - Thursday, September 4, 2008 10:11 AM | Last reply by Bigsby - Thursday, September 4, 2008 10:18 AM - Items 1 to 20 of 545394 Next ›
No announcements