Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: multithreading issue Pin
Eddy Vluggen29-May-14 20:43
professionalEddy Vluggen29-May-14 20:43 
GeneralRe: multithreading issue Pin
Nico Haegens29-May-14 22:55
professionalNico Haegens29-May-14 22:55 
GeneralRe: multithreading issue Pin
Eddy Vluggen30-May-14 5:25
professionalEddy Vluggen30-May-14 5:25 
AnswerRe: multithreading issue Pin
Bernhard Hiller29-May-14 21:26
Bernhard Hiller29-May-14 21:26 
GeneralRe: multithreading issue Pin
Nico Haegens29-May-14 22:34
professionalNico Haegens29-May-14 22:34 
GeneralRe: multithreading issue Pin
Bernhard Hiller29-May-14 23:48
Bernhard Hiller29-May-14 23:48 
AnswerRe: multithreading issue Pin
BobJanova30-May-14 0:06
BobJanova30-May-14 0:06 
QuestionIIf Statement - Different Problem With RDLC Pin
Paramu197329-May-14 15:10
Paramu197329-May-14 15:10 
Hi, Iam using VS2010, while generating RDLC report, Iam using IIf statement for calculations.
But I found a typical problem which is very different.
Because from the Code.Functions for calculation, simply it's working fine, when I give the
below command directly

C#
=Code.AddMyNet(Sum(ReportItems!itm_value.Value))


But I wish to give like the below command, It's giving error "local report processing"

C#
=IIf((ReportItems!Textbox15.Value ="CARRY FORWARDED "), Code.AddMyNet(Sum(ReportItems!itm_value.Value)), Nothing)


Actually Function AddMyNet() used to calculate the pagewise running value total.

And hence any guidances will be helpfulCool | :cool:

Thanks & Regards
Paramu
AnswerRe: IIf Statement - Different Problem With RDLC Pin
Karen Mitchelle29-May-14 16:04
professionalKaren Mitchelle29-May-14 16:04 
GeneralRe: IIf Statement - Different Problem With RDLC Pin
Paramu197329-May-14 19:15
Paramu197329-May-14 19:15 
Questionhow do i send notifications using web services? Pin
tanywali29-May-14 1:12
tanywali29-May-14 1:12 
AnswerRe: how do i send notifications using web services? Pin
BobJanova29-May-14 1:21
BobJanova29-May-14 1:21 
AnswerRe: how do i send notifications using web services? Pin
Pete O'Hanlon29-May-14 1:28
mvePete O'Hanlon29-May-14 1:28 
QuestionActivex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 1:03
Sachin Mehndiratta29-May-14 1:03 
AnswerRe: Activex code to print pdf files on client machine Pin
Pete O'Hanlon29-May-14 1:23
mvePete O'Hanlon29-May-14 1:23 
GeneralRe: Activex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 1:30
Sachin Mehndiratta29-May-14 1:30 
GeneralRe: Activex code to print pdf files on client machine Pin
Richard MacCutchan29-May-14 2:09
mveRichard MacCutchan29-May-14 2:09 
GeneralRe: Activex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 22:57
Sachin Mehndiratta29-May-14 22:57 
GeneralRe: Activex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 22:57
Sachin Mehndiratta29-May-14 22:57 
AnswerRe: Activex code to print pdf files on client machine Pin
Eddy Vluggen29-May-14 4:12
professionalEddy Vluggen29-May-14 4:12 
GeneralRe: Activex code to print pdf files on client machine Pin
Richard Deeming29-May-14 7:57
mveRichard Deeming29-May-14 7:57 
QuestionHow can I get the file name with full path of File which is Sent to Print to Printer++ Pin
Shohel Ahsan28-May-14 22:54
Shohel Ahsan28-May-14 22:54 
AnswerRe: How can I get the file name with full path of File which is Sent to Print to Printer++ Pin
Richard MacCutchan29-May-14 0:38
mveRichard MacCutchan29-May-14 0:38 
GeneralRe: How can I get the file name with full path of File which is Sent to Print to Printer++ Pin
Shohel Ahsan29-May-14 0:52
Shohel Ahsan29-May-14 0:52 
GeneralRe: How can I get the file name with full path of File which is Sent to Print to Printer++ Pin
OriginalGriff29-May-14 1:09
mveOriginalGriff29-May-14 1:09 

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.