Delegate CsvDataProvider.ProvideFileName
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a delegate that provides a file name (or URI) based on a given input.
public delegate string CsvDataProvider.ProvideFileName(string uri)
Parameters
uristringThe URI or file path.
Returns
- string
The processed file name.