Click here to Skip to main content
15,888,069 members
Home / Discussions / C#
   

C#

 
QuestionCreating Blank if zero decimal format string Pin
AndrusM30-Aug-08 6:57
AndrusM30-Aug-08 6:57 
AnswerRe: Creating Blank if zero decimal format string Pin
Wendelius30-Aug-08 7:50
mentorWendelius30-Aug-08 7:50 
GeneralRe: Creating Blank if zero decimal format string Pin
AndrusM31-Aug-08 5:58
AndrusM31-Aug-08 5:58 
GeneralRe: Creating Blank if zero decimal format string Pin
Wendelius31-Aug-08 6:33
mentorWendelius31-Aug-08 6:33 
GeneralRe: Creating Blank if zero decimal format string Pin
AndrusM31-Aug-08 9:57
AndrusM31-Aug-08 9:57 
GeneralRe: Creating Blank if zero decimal format string Pin
Wendelius31-Aug-08 10:24
mentorWendelius31-Aug-08 10:24 
GeneralRe: Creating Blank if zero decimal format string Pin
AndrusM31-Aug-08 10:35
AndrusM31-Aug-08 10:35 
GeneralRe: Creating Blank if zero decimal format string Pin
Wendelius31-Aug-08 10:58
mentorWendelius31-Aug-08 10:58 
Sorry to say, but don't know any solution by using only format strings.

If you are using this Project RDL - Open Source Report Definition Language implementation in C#[^] I noticed that expressions and user written functions are supported (for example iif). Perhaps using these would help you.

Another option could be to preformat the numbers before they are given to report engine (converting them to strings) in which case you can control the output in your code.
QuestionCommandLineProcess Pin
netDeveloper30-Aug-08 5:34
netDeveloper30-Aug-08 5:34 
AnswerRe: CommandLineProcess Pin
Daniel Grunwald30-Aug-08 10:09
Daniel Grunwald30-Aug-08 10:09 
GeneralRe: CommandLineProcess Pin
netDeveloper31-Aug-08 0:26
netDeveloper31-Aug-08 0:26 
QuestionHow not to close the window Pin
Silvyster30-Aug-08 2:52
Silvyster30-Aug-08 2:52 
AnswerRe: How not to close the window Pin
Anthony Mushrow30-Aug-08 2:58
professionalAnthony Mushrow30-Aug-08 2:58 
AnswerRe: How not to close the window Pin
Abhijit Jana30-Aug-08 3:03
professionalAbhijit Jana30-Aug-08 3:03 
AnswerRe: How not to close the window Pin
DaveyM6930-Aug-08 8:43
professionalDaveyM6930-Aug-08 8:43 
QuestionListviewcontrol and background color Pin
Yustme30-Aug-08 1:09
Yustme30-Aug-08 1:09 
AnswerRe: Listviewcontrol and background color Pin
Wendelius30-Aug-08 3:02
mentorWendelius30-Aug-08 3:02 
GeneralRe: Listviewcontrol and background color Pin
Yustme30-Aug-08 7:47
Yustme30-Aug-08 7:47 
GeneralRe: Listviewcontrol and background color Pin
Wendelius30-Aug-08 8:03
mentorWendelius30-Aug-08 8:03 
GeneralRe: Listviewcontrol and background color Pin
Yustme30-Aug-08 8:40
Yustme30-Aug-08 8:40 
GeneralRe: Listviewcontrol and background color Pin
Wendelius30-Aug-08 8:57
mentorWendelius30-Aug-08 8:57 
GeneralRe: Listviewcontrol and background color Pin
Yustme30-Aug-08 10:50
Yustme30-Aug-08 10:50 
GeneralRe: Listviewcontrol and background color Pin
Wendelius30-Aug-08 11:05
mentorWendelius30-Aug-08 11:05 
GeneralRe: Listviewcontrol and background color Pin
Yustme30-Aug-08 22:08
Yustme30-Aug-08 22:08 
GeneralRe: Listviewcontrol and background color Pin
Wendelius30-Aug-08 22:27
mentorWendelius30-Aug-08 22:27 

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.