Click here to Skip to main content
15,904,638 members
Home / Discussions / C#
   

C#

 
AnswerRe: MessageBox in console application Pin
Mr Marchepane20-Sep-05 10:15
Mr Marchepane20-Sep-05 10:15 
GeneralRe: MessageBox in console application Pin
Judah Gabriel Himango20-Sep-05 10:27
sponsorJudah Gabriel Himango20-Sep-05 10:27 
GeneralRe: MessageBox in console application Pin
Mr Marchepane20-Sep-05 10:46
Mr Marchepane20-Sep-05 10:46 
QuestionRSA with private key Pin
IsaacB20-Sep-05 8:21
IsaacB20-Sep-05 8:21 
AnswerRe: RSA with private key Pin
Not Active20-Sep-05 9:22
mentorNot Active20-Sep-05 9:22 
QuestionRe: RSA with private key Pin
IsaacB20-Sep-05 10:04
IsaacB20-Sep-05 10:04 
AnswerRe: RSA with private key Pin
Dan Neely20-Sep-05 10:41
Dan Neely20-Sep-05 10:41 
QuestionCrystal Reports for Visual Studio .NET (Parameter Fields Runtime Customization)? Pin
Naveed Kamboh20-Sep-05 6:50
Naveed Kamboh20-Sep-05 6:50 
Cry | :(( Hi all,
I had found the way to change parameter field of crystal report in .NET in this page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crtskparameterfieldsruntimecustomization.asp

Problem is i can not method ParameterFieldName() for variable parameterfield
I any one help i would be obliged

Following code is from the link sited above

ParameterFields paramFields = new ParameterFields ();
ParameterField paramField1 = new ParameterField ();
ParameterField paramField2 = new ParameterField ();
ParameterDiscreteValue discreteTulane = new ParameterDiscreteValue ();

ParameterDiscreteValue discreteDenlane = new ParameterDiscreteValue ();

discreteTulane.Value = this.tulane;

paramField1.set_ParameterFieldName("ntulane");
paramField1.set_CurrentValues(discreteTulane);

paramFields.Add(paramField1);

discreteDenlane.Value = this.denlane;
paramField2.set_ParameterFieldName("ndenlane");
paramField2.set_CurrentValues(discreteDenlane);
paramFields.Add(paramField2);

this.crystalReportViewer.ParameterFieldInfo = paramFields;

Thanks alot for support!


Naveed Kamboh
QuestionMSDE 2000 Insance Invalid Pin
theStorminMormon20-Sep-05 6:43
theStorminMormon20-Sep-05 6:43 
Question.Net Remoting and WebClient memory trouble... Pin
The Liquidian20-Sep-05 6:19
The Liquidian20-Sep-05 6:19 
QuestionOutlook, own EMailAddress Pin
mkano20-Sep-05 6:09
mkano20-Sep-05 6:09 
QuestionWebsite Counter Pin
jeff1920-Sep-05 4:40
jeff1920-Sep-05 4:40 
AnswerRe: Website Counter Pin
Jon Sagara20-Sep-05 7:42
Jon Sagara20-Sep-05 7:42 
QuestionUsing C++ in C# appliacation Pin
Yoyosch20-Sep-05 4:15
Yoyosch20-Sep-05 4:15 
AnswerRe: Using C++ in C# appliacation Pin
Not Active20-Sep-05 9:05
mentorNot Active20-Sep-05 9:05 
QuestionMSDE 2000 connection error Pin
theStorminMormon20-Sep-05 4:06
theStorminMormon20-Sep-05 4:06 
QuestionSelect ListView Item on KeyPress Pin
miah alom20-Sep-05 3:59
miah alom20-Sep-05 3:59 
AnswerRe: Select ListView Item on KeyPress Pin
John Fisher20-Sep-05 9:27
John Fisher20-Sep-05 9:27 
GeneralRe: Select ListView Item on KeyPress Pin
miah alom20-Sep-05 9:40
miah alom20-Sep-05 9:40 
GeneralRe: Select ListView Item on KeyPress Pin
Abdullah_Hunzai22-Oct-09 20:00
Abdullah_Hunzai22-Oct-09 20:00 
QuestionStretching a polygon side in C# Pin
20-Sep-05 3:52
suss20-Sep-05 3:52 
AnswerRe: Stretching a polygon side in C# Pin
Yoyosch20-Sep-05 4:06
Yoyosch20-Sep-05 4:06 
GeneralRe: Stretching a polygon side in C# Pin
subramanyeswari20-Sep-05 17:43
subramanyeswari20-Sep-05 17:43 
AnswerRe: Stretching a polygon side in C# Pin
Andy Moore20-Sep-05 18:15
Andy Moore20-Sep-05 18:15 
GeneralRe: Stretching a polygon side in C# Pin
subramanyeswari21-Sep-05 17:30
subramanyeswari21-Sep-05 17:30 

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.