Click or drag to resize

DataTableForStatisticsExtensionGetReportAndSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates report table version for the source and saves the report on specified folder

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTableForStatistics GetReportAndSave(
	this DataTable source,
	folderNode folder,
	aceAuthorNotation notation = null,
	string filenamePrefix = "",
	bool disablePrimaryKey = true,
	bool allowAsyncCall = false
)
Request Example View Source

Parameters

source
Type: System.DataDataTable
The source.
folder
Type: imbSCI.Core.files.foldersfolderNode
The folder.
notation (Optional)
Type: imbSCI.Core.dataaceAuthorNotation
The notation.
filenamePrefix (Optional)
Type: SystemString
The filename prefix.
disablePrimaryKey (Optional)
Type: SystemBoolean
if set to true [disable primary key].
allowAsyncCall (Optional)
Type: SystemBoolean
if set to true [allow asynchronous call].

Return Value

Type: DataTableForStatistics

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionFolder is null! at GetReportAndSave() for [" + source.TableName + "] at filename [" + filenamePrefix + "]
See Also