Click here to Skip to main content
16,014,319 members
Home / Discussions / C#
   

C#

 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 13:36
protectorHeath Stewart19-May-04 13:36 
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 17:08
professionalSteve Schaneville19-May-04 17:08 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 18:40
protectorHeath Stewart19-May-04 18:40 
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 18:55
professionalSteve Schaneville19-May-04 18:55 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 19:05
protectorHeath Stewart19-May-04 19:05 
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 19:16
professionalSteve Schaneville19-May-04 19:16 
GeneralHelp with CR 9 for C#.NET Pin
frank2119-May-04 10:52
frank2119-May-04 10:52 
GeneralRe: Help with CR 9 for C#.NET Pin
Heath Stewart19-May-04 11:00
protectorHeath Stewart19-May-04 11:00 
Yes you can specify which fields to sort, and there is, IIRC, even an example in the CR for .NET (not C# .NET - any .NET language unless the CR assemblies aren't CLS-compliant, but that only rules out crappy languages like JScript.NET).

There are several ways you could do this. You could specify a grouping in your report that accepts parameters. There are several ways to pass those, which are documented in the CR documentation. For example, you could set parameters using the ReportDocument.DataDefinition property.

You could also design the report to use an ADO.NET DataSet, which would give you maximum flexibility since you could sort and filter the DataSet and then set that as the report data source using ReportDefinition.SetDataSource.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Help with CR 9 for C#.NET Pin
frank2120-May-04 2:21
frank2120-May-04 2:21 
QuestionTab Control ? Pin
triso19-May-04 10:32
triso19-May-04 10:32 
AnswerRe: Tab Control ? Pin
Heath Stewart19-May-04 10:50
protectorHeath Stewart19-May-04 10:50 
GeneralRe: Tab Control ? Pin
triso19-May-04 12:23
triso19-May-04 12:23 
GeneralRe: Tab Control ? Pin
Heath Stewart19-May-04 13:27
protectorHeath Stewart19-May-04 13:27 
GeneralRe: Tab Control ? Pin
Anonymous20-May-04 12:24
Anonymous20-May-04 12:24 
GeneralRe: Tab Control ? Pin
Heath Stewart21-May-04 3:07
protectorHeath Stewart21-May-04 3:07 
QuestionHow do I search these forums? Pin
Steve Schaneville19-May-04 9:49
professionalSteve Schaneville19-May-04 9:49 
AnswerRe: How do I search these forums? Pin
Judah Gabriel Himango19-May-04 10:03
sponsorJudah Gabriel Himango19-May-04 10:03 
AnswerRe: How do I search these forums? Pin
Colin Angus Mackay19-May-04 10:03
Colin Angus Mackay19-May-04 10:03 
GeneralRe: How do I search these forums? Pin
Judah Gabriel Himango19-May-04 10:20
sponsorJudah Gabriel Himango19-May-04 10:20 
GeneralRe: How do I search these forums? Pin
Steve Schaneville19-May-04 11:39
professionalSteve Schaneville19-May-04 11:39 
AnswerRe: How do I search these forums? Pin
sreejith ss nair19-May-04 20:17
sreejith ss nair19-May-04 20:17 
GeneralDockStyle.Top problems Pin
partyganger19-May-04 9:44
partyganger19-May-04 9:44 
GeneralRe: DockStyle.Top problems Pin
Judah Gabriel Himango19-May-04 10:04
sponsorJudah Gabriel Himango19-May-04 10:04 
GeneralRe: DockStyle.Top problems Pin
partyganger19-May-04 10:25
partyganger19-May-04 10:25 
GeneralRe: DockStyle.Top problems Pin
sreejith ss nair19-May-04 19:56
sreejith ss nair19-May-04 19:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.