No announcements
Found 2666418 threads
-
0 Votes
SSRS Subreport Problem
); report.DataSources.Add(new ReportDataSource("InvoiceReportTranscriptionLineItems", (IEnumerableAnswered | 1 Replies | 6306 Views | Created by R. Ian Lee - Thursday, December 10, 2009 2:05 PM | Last reply by Brian Hartman - MSFT - Tuesday, January 5, 2010 7:29 AM -
0 Votes
IEnumerable in ReportDataSource
Hi! I have made a client report (.rdlc) file that uses the IEnumerable data source available in VS 2010. The list of objects that I send into the report has ... -
0 Votes
System.ArgumentException
Object, ByVal e As SubreportProcessingEventArgs) e.DataSources.Add(New ReportDataSource("Robo_EvolucaoSaldo_MDL_mdlContrato", _contrato)) End ...Answered | 1 Replies | 4869 Views | Created by Roberto O Santos - Thursday, October 7, 2010 12:22 PM | Last reply by Roberto O Santos - Thursday, October 7, 2010 5:43 PM -
0 Votes
Multiple Datasources in ReportDatasource
Dear Jihmantiquilla, Iam generating the pdf file out this code using 2 datatables of dataset, but in the data is displaying only of ds.Tables[0] , not of ...Answered | 2 Replies | 6675 Views | Created by jihmantiquilla - Wednesday, March 10, 2010 3:14 AM | Last reply by AnandSG - Saturday, January 5, 2013 8:25 AM -
0 Votes
Need help urgently!!! ReportDataSource
; // Get Entity Data ReportDataSourceAnswered | 1 Replies | 2615 Views | Created by linkit - Wednesday, March 7, 2012 10:06 AM | Last reply by MickJack - Friday, March 9, 2012 2:49 PM -
0 Votes
Bind Datagridview to ReportView
This doesn't make much sense to me. 1. why the datareader it does nothing 2. the constructor for reportdatasource = Name, ...Answered | 1 Replies | 654 Views | Created by Frank0401 - Friday, February 6, 2015 11:05 AM | Last reply by Rbie - Friday, February 6, 2015 12:50 PM -
0 Votes
IEnumerable
IEnumerable - very few assumptions about the collection (term used loosely), other than the strict notion that it can be used in foreach notation. Been around for a long time, ...Answered | 2 Replies | 3548 Views | Created by mahima - Wednesday, December 19, 2007 11:09 PM | Last reply by David Buchanan - Thursday, December 20, 2007 2:14 AM -
0 Votes
IEnumerable or IEnumerable<T>
There are lots of options. The easiest is to use the yield statement: public class MyClass<T> : IEnumerable<T> { // for option ...Answered | 2 Replies | 2887 Views | Created by Ron.Whittle - Wednesday, October 21, 2009 12:50 AM | Last reply by Ron.Whittle - Wednesday, October 21, 2009 2:03 AM -
0 Votes
IEnumerable and IEnumerable<T>
Thanks David, I knew it was something simple. In fact I should've just right clicked on the interfaces and selected "implement". D'oh.Answered | 2 Replies | 4881 Views | Created by Kerryr - Wednesday, November 30, 2005 8:01 AM | Last reply by Kerryr - Thursday, December 1, 2005 2:34 AM -
0 Votes
IEnumerable conversion to Generic IEnumerable
Hi maifs, will this work? private void GetColumnsHeader(System.Collections.IEnumerable headers) { foreach (var ...Answered | 4 Replies | 921 Views | Created by Mehmood Ahmed - Friday, December 9, 2011 2:19 AM | Last reply by Mehmood Ahmed - Friday, December 9, 2011 12:13 PM -
0 Votes
Setting property of IEnumerable to adjacent item in second IEnumerable
first IEnumerable to the adjacent value in a second IEnumerable. So the classes used by both are as follows: public class ...Answered | 2 Replies | 420 Views | Created by Porl91 - Wednesday, March 18, 2015 9:34 PM | Last reply by Porl91 - Wednesday, March 18, 2015 11:43 PM -
0 Votes
Edit Objects in IEnumerable?
Hi! How is it possible to edit the objects in IEnumerable? I have an enumerator that contains UserControls. The Objects are created by ...Answered | 2 Replies | 2578 Views | Created by MSDN_Forums_User - Wednesday, October 21, 2009 10:08 AM | Last reply by MSDN_Forums_User - Wednesday, October 21, 2009 10:50 AM -
0 Votes
IEnumerable<>
yes this is a lot of help i can see you are implementing the sayhello() method in both classes...Answered | 11 Replies | 3629 Views | Created by lawwz - Tuesday, June 19, 2007 2:08 PM | Last reply by lawwz - Saturday, June 23, 2007 10:26 AM -
0 Votes
Generic Type in IEnumerable
You need to make the containing class generic: public class YSeries<T> { public IEnumerable<T> Data { get; set; } } It ...Answered | 1 Replies | 980 Views | Created by MDMoura - Friday, October 12, 2012 10:58 PM | Last reply by Reed Copsey, Jr - Friday, October 12, 2012 11:10 PM -
1 Votes
IEnumerable / IQueryable
Thanks the below makes sense to me... IEnumerable: IEnumerable is best suitable for working with in-memory collection. IEnumerable ...Answered | 2 Replies | 1713 Views | Created by obrienkev - Friday, September 14, 2012 8:33 AM | Last reply by obrienkev - Friday, September 14, 2012 3:32 PM -
0 Votes
select in IEnumerable<>
the list (1,2,3) is an IEnumerable, IList or more general a "not in db"-collection. there are ways to join for sure but the performance is unusableAnswered | 1 Replies | 4955 Views | Created by Joerg Blaumeiser - Thursday, October 19, 2006 12:57 PM | Last reply by Jim Wooley - Friday, October 20, 2006 1:42 AM -
0 Votes
LINQ: Joining an IEnumerable<IEnumerable<T>> into just IEnumerable<T>
treat it as a union of all those IEnumerable<T>. I have come across this scenario a couple of times now and I can't seem to figure out how to do this in a single LINQ ...Answered | 3 Replies | 4217 Views | Created by Arne Claassen - Friday, August 1, 2008 6:57 AM | Last reply by Arne Claassen - Saturday, August 2, 2008 2:48 AM -
0 Votes
Parallel map of a IEnumerable<IEnumerable<double>> -> IEnumerable<double>
IEnumerable<T> data) { foreachAnswered | 2 Replies | 5943 Views | Created by Anonymous8293 - Thursday, September 25, 2008 8:27 AM | Last reply by Cristina Manu - Friday, September 26, 2008 8:20 PM -
0 Votes
IEnumerable
How do you use the IEnumerable in silverlight as the MSDN example is confusing.Answered | 27 Replies | 98841 Views | Created by jagguy999 - Saturday, June 21, 2008 8:39 AM | Last reply by Yi-Lun Luo - Tuesday, June 24, 2008 5:08 AM -
0 Votes
Help on Implementing IEnumerable and IEnumerable<T> in VB.NET
Hi all, I am having a problem in VB.NET. I have always programmed in c# and i am starting to work with VB.NET for a client. And I am having trouble ...Answered | 2 Replies | 9539 Views | Created by viswaug - Friday, May 4, 2007 12:56 AM | Last reply by viswaug - Friday, May 4, 2007 9:22 PM - Items 1 to 20 of 2666418 Next ›
No announcements