StiDictionaryGetDataSet Method |
Returns a new DataSet from the dictionary.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public DataSet GetDataSet(
string dataSetName
)
Public Function GetDataSet (
dataSetName As String
) As DataSet
Parameters
- dataSetName
- Type: SystemString
Specifies a name of the new DataSet object from the dictionary.
Return Value
Type:
DataSet[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDictionary.GetDataSet(System.String)"]
See Also