Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:830005
More Search Options
RSS Available
Matching Posts
Re: Best tools to generate reports
I am unable to generate reports with nhibernate queries that return an IList<Class> which contains a hierarchy of subclasses and List of sub classes. I do not know your data-load. When u use datasets, wouldn't you be storing a lot data in the client ?
Posted to
Getting Started
(Forum)
by
rbgnewsletter
on 12/29/2008
Re: Best tools to generate reports
FYI - Reportviewer in local processing mode has limitations when the datasource is from complex bsuiness objects.
Posted to
Getting Started
(Forum)
by
rbgnewsletter
on 12/22/2008
Re: Interactive sort in rdlc report
The business object returns an IList<Employees> The employee class has a Person class as another property. The Person Class has firstName and LastName as properties. Hope this helps. Thanks for your support.
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/19/2008
Re: Interactive sort in rdlc report
This gives a compilation error.
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/18/2008
Re: Rdlc report from nhibernate query
Hi Amit, Thanks. I will not forget to mark as answer. Just looking for some more links. I have a complex business object method from nHibernate which returns an IList<Employees> that in turn contains another list List<Groups>. More assistance is appreciated. Thanks
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/16/2008
Rdlc report from nhibernate query
Hi, Are there any links for creating rdlc reports from Nhibernate queries. What is the methodology to be followed for this. Thanks
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/15/2008
Re: Using IEnumerable in business object as dataset for table
I have the similar requirement. I have converted my IList<Employees> into a datatable using the logic explained in this link http://www.geeklines.com/pages/topic_view.aspx?id=39 . But I am not able to view the datatable in the datasource window of the rdlc report designer. I also tried converting the data table into a dataset as dataset.Tables.Add(datatable). Still it does not show. Could you point me to the right direction. Thanks
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/12/2008
Interactive sort in rdlc report
Hi, I am using business objects to render my rdlc report. The report is rendered fine. But the interactive sort does not work. My data source returns an employee collection which has a person object as a property. The person object has the first and last name. The way I am rendering this column in the report is by giving Fields!employee.Value.person.lastName. But when I give the same in interactive sort, it does not work. Any ideas? Thanks
Posted to
SQL Server Reporting Services
(Forum)
by
rbgnewsletter
on 12/12/2008
Re: accessing user control property in aspx page
Sorry,I forgot to mention..in the page_load of teh aspx page, I am setting uc_EmployeeList.temp=5; The value is getting set..but is zero when the page loads.
Posted to
Getting Started
(Forum)
by
rbgnewsletter
on 12/9/2008
Re: accessing user control property in aspx page
The code behind of the user control has the following code : public partial class uc_EmployeeList : UserControl { private int _temp; public int temp { get { return _temp; } set { _temp = value ; } } } In teh Page Load of the aspx page which has teh user control, protected void Page_Load( object sender, EventArgs e) { if (!Page.IsPostBack && !uc_GroupList.isCallback()) }
Posted to
Getting Started
(Forum)
by
rbgnewsletter
on 12/9/2008
Page 1 of 6 (52 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online