|
|
Question : reporting services format field
|
|
1) when i format a numeric field like #.###,## i want that the , is the decimal separator and . is the thousand operator but its just the opposite while in other applications on my pc its like i want
on what depends the , and . separator ? locals on your machine ? something else ?
2) can i make from the format like #.###,## a standard format ? that it is added as a standard format in visual studio so that every developer has that format standard in visual studio ?
|
Answer : reporting services format field
|
|
OK... Disregard my previous message - IT WILL NOT WORK :(
I just tried changing regional settings in my control panel and apparently it didn't work at all :(
I found though that you can change a tag en-US in the XML format of your report from US (or whatever you have now, US is default) to your regional setting - de-DE for example and in this case, you'll have . for thousands and , for decimals. To get into XML format, right click the name of your report in the solution explorer (right-hand side panel) and select view code.
I couldn't find a way to use "##.###,##" - it's a VB format and it seems to be now willing to understand it :(...
Regs, Yurich
|
|
|
|
|