Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: Command Window Pin
OriginalGriff3-Nov-09 21:18
mveOriginalGriff3-Nov-09 21:18 
GeneralRe: Command Window Pin
lagdaemon4-Nov-09 12:46
lagdaemon4-Nov-09 12:46 
QuestionHow to draw a picture then it can follow with cursor Pin
comlihongbin3-Nov-09 14:15
comlihongbin3-Nov-09 14:15 
AnswerRe: How to draw a picture then it can follow with cursor Pin
Christian Graus3-Nov-09 14:45
protectorChristian Graus3-Nov-09 14:45 
GeneralRe: How to draw a picture then it can follow with cursor Pin
comlihongbin3-Nov-09 15:40
comlihongbin3-Nov-09 15:40 
GeneralRe: How to draw a picture then it can follow with cursor Pin
Christian Graus3-Nov-09 16:30
protectorChristian Graus3-Nov-09 16:30 
GeneralRe: How to draw a picture then it can follow with cursor Pin
comlihongbin3-Nov-09 15:46
comlihongbin3-Nov-09 15:46 
QuestionReport Building help please... Pin
JollyMansArt3-Nov-09 12:43
JollyMansArt3-Nov-09 12:43 
A little background.
I have created a stored procedure in sql server.
That will generate a ##temp table,
then when the stored procedure is complete with generating the table and filling the table with the data for the report,
it will drop the ##temp table.

I want to generate a Crystal Report and or Microsoft Reporting Services Report. The report will need to be generate from scratch in code. Which comes to the part I need help with.

The table will be a minimum of 2 columns to the maximum amount of columns sql server tables will allow. The First 2 Columns are Hard Coded as:
JobNumber int,
[Job Name] [nvarchar](100)
All the other fields are INT. Because the number columns in the report are not static number of columns. I do not know how to generate the report in code.


In the past I would create a xsd and fill the xsd and pre-design the report before with the fields in the xsd. Please I know this is a lot to ask but can someone please give me relevant resources (Websites, Samples, Detailed, Explanation) to research to learn how to accommodate this scenario.

I need to know how to create this report, and In the report I need the column names as well (The column names I think I can handle). I can populate a data grid on the form but I am not sure that that is the right way to do this.
QuestionHow does C# support and implement exception handling? Pin
cateyes993-Nov-09 12:01
cateyes993-Nov-09 12:01 
AnswerRe: How does C# support and implement exception handling? Pin
PIEBALDconsult3-Nov-09 12:10
mvePIEBALDconsult3-Nov-09 12:10 
GeneralRe: How does C# support and implement exception handling? Pin
cateyes993-Nov-09 12:14
cateyes993-Nov-09 12:14 
GeneralRe: How does C# support and implement exception handling? Pin
harold aptroot3-Nov-09 12:16
harold aptroot3-Nov-09 12:16 
GeneralRe: How does C# support and implement exception handling? Pin
cateyes995-Nov-09 16:11
cateyes995-Nov-09 16:11 
QuestionDebug vs. Release Pin
zafersavas3-Nov-09 10:58
zafersavas3-Nov-09 10:58 
AnswerRe: Debug vs. Release Pin
Christian Graus3-Nov-09 11:06
protectorChristian Graus3-Nov-09 11:06 
AnswerRe: Debug vs. Release Pin
PIEBALDconsult3-Nov-09 12:12
mvePIEBALDconsult3-Nov-09 12:12 
Questionhow to connect crystall report to oracle 10g - in C# (VS2008) Pin
E_Gold3-Nov-09 9:53
E_Gold3-Nov-09 9:53 
QuestionDifference between Validated and Validating Pin
LimitedAtonement3-Nov-09 8:20
LimitedAtonement3-Nov-09 8:20 
AnswerRe: Difference between Validated and Validating Pin
Not Active3-Nov-09 8:47
mentorNot Active3-Nov-09 8:47 
GeneralRe: Difference between Validated and Validating Pin
LimitedAtonement3-Nov-09 9:15
LimitedAtonement3-Nov-09 9:15 
GeneralRe: Difference between Validated and Validating Pin
Christian Graus3-Nov-09 9:33
protectorChristian Graus3-Nov-09 9:33 
GeneralRe: Difference between Validated and Validating Pin
Not Active3-Nov-09 9:39
mentorNot Active3-Nov-09 9:39 
GeneralRe: Difference between Validated and Validating Pin
Gerry Schmitz3-Nov-09 18:51
mveGerry Schmitz3-Nov-09 18:51 
GeneralRe: Difference between Validated and Validating Pin
LimitedAtonement4-Nov-09 5:11
LimitedAtonement4-Nov-09 5:11 
AnswerRe: Difference between Validated and Validating Pin
Christian Graus3-Nov-09 8:48
protectorChristian Graus3-Nov-09 8:48 

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.