DataSetName Property (DataRegion)
In This Topic
Gets or sets the name of the dataset that the data region uses.
Syntax
'Declaration
Public Property DataSetName As String
public string DataSetName {get; set;}
Property Value
A
String containing the name of the dataset that the data region uses to lay out its content.
See Also