No announcements
Found 1205606 threads
-
0 Votes
Where are my datasets ?
In the Report Data pane, right-click the data source and select Show Hidden Datasets.Answered | 4 Replies | 3525 Views | Created by Dietz - Tuesday, February 24, 2009 1:14 PM | Last reply by Dietz - Wednesday, February 25, 2009 2:47 PM -
0 Votes
Strongly Typed Dataset where with 'All' or single filter
Here is what I tried to build : Select * from ...Answered | 6 Replies | 5679 Views | Created by Gábor Faludi - Tuesday, December 13, 2011 11:07 AM | Last reply by Mike Dos Zhang - Wednesday, December 28, 2011 5:18 AM -
0 Votes
Need help with a where clause for a Report Designer Dataset
from table2 where field2 = coalesce(@param1,field2) I tested this and it works.Answered | 7 Replies | 3670 Views | Created by Benoit Dubuc - Wednesday, November 18, 2009 9:11 PM | Last reply by Isham H - Thursday, November 19, 2009 8:17 PM -
0 Votes
Strange problem with SSRS Dataset Query 'WHERE' part
6 SELECT * FROM tablename WHERE (TEMPProfitTrackerData.FinancialYear = @FinancialYear) ...Answered | 3 Replies | 6840 Views | Created by raeldush - Wednesday, January 9, 2013 6:16 AM | Last reply by Charlie Liao - Thursday, January 10, 2013 3:27 AM -
0 Votes
How to populate combobox from dataset 1 where dataset 1 value not already held in dataset 2?
Hi, DataSet ds3 = new DataSet(); ds3.Merge(ds1) ; ds3.AcceptChanges() ; ds3.Merge(ds2) ; ds3.GetChanges() ; ...Answered | 2 Replies | 3045 Views | Created by CSharpApprentice - Tuesday, October 21, 2008 10:14 AM | Last reply by Cool Poison - Tuesday, October 21, 2008 1:34 PM -
0 Votes
Linq to DataSet - Where in ?
List<string> names = new List<string>() {"Joe", "Dave"}; var query = from r in ...Answered | 1 Replies | 2854 Views | Created by Endelm - Monday, January 16, 2012 11:36 AM | Last reply by Fernando Soto - MCSD - Monday, January 16, 2012 6:28 PM -
0 Votes
creating a typed dataset with a sql query which has where condition
Hi i also using one pivot query to create dataset using tableadapter SELECT Descr, P_FullName, CN_Name, P_Name, SUM(month01) AS ...Answered | 5 Replies | 1966 Views | Created by adilahmed - Monday, October 8, 2012 11:41 AM | Last reply by calanghei - Wednesday, October 10, 2012 7:39 AM -
1 Votes
DataSet
i.Field<DateTime>("OrderTime ")); Or use LINQ to transform it to a DataTable DataTable newTable = ...Answered | 5 Replies | 3473 Views | Created by MR. JIDE - Thursday, January 6, 2011 1:08 PM | Last reply by JohnGrove - Thursday, January 6, 2011 7:39 PM -
0 Votes
SSRS Dataset filter - where is greater than?
I checked under SSRS 2012, under the properties of a dataset and the filters tab.Answered | 4 Replies | 3679 Views | Created by runarlan - Tuesday, March 15, 2016 4:01 PM | Last reply by Simon_Hou - Wednesday, March 16, 2016 11:27 AM -
3 Votes
Why Query a dataset (Linq to Dataset)?
so ,i guess, the only way for me to get data into a dataset is by typed datasets.Answered | 7 Replies | 3748 Views | Created by rodniko - Tuesday, June 23, 2009 1:55 PM | Last reply by rodniko - Wednesday, June 24, 2009 10:09 AM -
0 Votes
Update DataSet With Add Rows From Another Dataset
Just query all from Tbl_person that is what you eventually do in your loop anyway then copy the dataset.Answered | 2 Replies | 5469 Views | Created by Morteza Fatehi Abdolmalaki - Friday, July 10, 2009 9:36 AM | Last reply by Michael L. Wagner - Friday, July 10, 2009 2:45 PM -
1 Votes
updating dataset
Is there a quick to reset one of the datatables within my dataset so that I do not have to delete the whole datatable and add it back in?Answered | 3 Replies | 1879 Views | Created by mdspham - Wednesday, July 20, 2011 7:55 PM | Last reply by Frank L. Smith - Wednesday, July 20, 2011 8:48 PM -
1 Votes
Assign one dataset to another dataset
Hi When you do A=B itself, A and B will be same and you dont need to think doing B=A ....about DataSet copy follow above suggestions...Answered | 4 Replies | 4794 Views | Created by SaranRam - Friday, September 16, 2011 9:51 AM | Last reply by Kris444 - Friday, September 16, 2011 12:28 PM -
0 Votes
Having difficulty using two dataset for a single report (where one dataset is just total/count of records in a table?
Hello i have two dataset.Answered | 3 Replies | 1147 Views | Created by SpicySoftTofuSoup - Thursday, July 9, 2020 5:31 PM | Last reply by Amelia Gu - Monday, July 13, 2020 1:05 AM -
0 Votes
Dataset Question
I don't know if I would do separate Cost fields in the dataset.Answered | 7 Replies | 3796 Views | Created by Jumpy99 - Tuesday, March 19, 2013 4:00 PM | Last reply by Tim Pacl - Tuesday, March 19, 2013 6:10 PM -
2 Votes
Working with dataSet
DataSet dataSet = (DataSet)this.GetRecords(); if ( null !Answered | 12 Replies | 3053 Views | Created by Mitja Bonca - Sunday, June 14, 2009 7:55 AM | Last reply by Mitja Bonca - Monday, June 15, 2009 9:23 PM -
2 Votes
Dataset filter
Hi sush, After testing the issue in my local environment, we can refer to the following two methods to achieve your requirement: Method 1: Add a filter in the ...Answered | 1 Replies | 1148 Views | Created by susheel1347 - Tuesday, July 1, 2014 2:14 PM | Last reply by Katherine Xiong - Wednesday, July 2, 2014 3:03 AM -
1 Votes
DataSet in WCF
A DataSet is a .Net class which can't be used by Java clients.Answered | 6 Replies | 9547 Views | Created by DongNgocHai - Monday, June 6, 2011 10:38 AM | Last reply by vchandm23 - Monday, September 24, 2012 4:55 AM -
0 Votes
dataset
Hi Waner, Are you want to add two datasets into a same tablix?Answered | 2 Replies | 1337 Views | Created by Waner Michaud - Friday, January 31, 2014 5:58 PM | Last reply by Katherine Xiong - Sunday, February 2, 2014 6:35 PM -
0 Votes
dataset
While the dataset is designed with a disconnected environment in mind, you will still have to be connected when interacting with your backend if a backend is used.Answered | 1 Replies | 4291 Views | Created by panksd - Tuesday, September 1, 2009 8:01 AM | Last reply by Michael Aspengren - MSFT - Tuesday, September 1, 2009 3:06 PM - Items 1 to 20 of 1205606 Next ›
No announcements