Click or drag to resize

PFNavigationExportView Method

Exports the current view to an Excel file returned in the page response.

Namespace:  Packflow.Interface.Navigation
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void ExportView(
	Object sender,
	EventArgs args
)

Parameters

sender
Type: SystemObject
The sender.
args
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also