Click or drag to resize

StiDataColumnGetDatasFromDataColumn Method

Returns array of object from the Data Source with specified DataColumn.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Object[] GetDatasFromDataColumn(
	StiDictionary dictionary,
	string column,
	Nullable<int> maxRows = null,
	bool firstPositionInDataSource = false
)

Parameters

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary which contain Data Source.
column
Type: SystemString
Full name of column.
maxRows (Optional)
Type: SystemNullableInt32

[Missing <param name="maxRows"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataColumn.GetDatasFromDataColumn(Stimulsoft.Report.Dictionary.StiDictionary,System.String,System.Nullable{System.Int32},System.Boolean)"]

firstPositionInDataSource (Optional)
Type: SystemBoolean

[Missing <param name="firstPositionInDataSource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataColumn.GetDatasFromDataColumn(Stimulsoft.Report.Dictionary.StiDictionary,System.String,System.Nullable{System.Int32},System.Boolean)"]

Return Value

Type: Object
Returned array of object.
See Also