Thursday, November 6, 2008

Global Members

1. Fields allows you to point to a dataset field. e.g. Fields!ID.Value
2. ReportItems allows to point to an existing report item. e.g. ReportItems!textbox5.Value
3. Code allows you point to a custom function in the Code tab of Report Property window. e.g. Code.GetColor(Fields!ID.Value)

No comments: