| Visual Basic (Declaration) | |
|---|---|
Public Property NodeList As XmlNodeList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public XmlNodeList NodeList {get; set;} | |
Return Value
An XmlNodeList object.| C# | Copy Code |
|---|---|
private void Detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format | |
You can set the NodeList property to your own XmlNodeList object without setting the FileURL or RecordsetPattern. This can be useful in subreports where the parent report sets the NodeList of the subreport data source from one of its fields (returned from the Field method as an XmlNodeList).