|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Crystal ReportHow can I change the value of a parameter/object field inside the crystal
report at runtime process. TQ Michael this is what I have for cr v10 and formula name ,bet you that you can use
parameter using the same syntax. oRpt = New ReportDocument 'Create CR Obj from class Try oRpt.Load(fullRptName) Catch ex As Exception MsgBox(ex.Message & vbLf & vbLf & fullRptName.ToString, MsgBoxStyle.Critical, "Open Report") Exit Sub End Try 'oRpt.Load("f:\cr\RPTs\deletelg.rpt") CrystalReportViewer1.ReportSource = oRpt oRpt.DataDefinition.FormulaFields.Item(idx).Text = myValue 'overwrite the rpt param value Show quoteHide quote "Michael Chong" wrote: > How can I change the value of a parameter/object field inside the crystal > report at runtime process. TQ > > Michael > > >
How to Share Class Properties Across Processes
no indexof-function for collection object available. delete rows from datagrid Finalize and database connection... contradiction in msdn or a misunderstaning from my part ? What is .NET Redistributable? Open a CSV file GUID control type Deleting 100,000 rows High Speed Graphics |
|||||||||||||||||||||||