Class QueryFileNameForExportJobEventArgs
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
EventArgs class for the QueryFileNameForExportJob event.
public sealed class QueryFileNameForExportJobEventArgs : EventArgs
- Inheritance
-
QueryFileNameForExportJobEventArgs
- Inherited Members
Properties
FileName
This property is initialized to the default file name and can be changed as required.
public string FileName { get; set; }