Creates a report selection panel with the given parameter settings.
Namespace: P4s3FilterToolsAssembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void FilterReportsSelectionPanel( FilterObj fo, int selIdx, string bgSel, ControlCollection main, int filterIdx, bool showCheckBox, bool showDelBtn, bool showCopyBtn, bool showPasteBtn, bool showEditBtn, bool showAddPanel, bool showSqlBtn, bool showSelBtn, int slotWidth, string selText, bool isHud, string key )
Parameters
- fo
- Type: P4s3FilterTools FilterObj
- selIdx
- Type: System Int32
- bgSel
- Type: System String
- main
- Type: System.Web.UI ControlCollection
- filterIdx
- Type: System Int32
- showCheckBox
- Type: System Boolean
- showDelBtn
- Type: System Boolean
- showCopyBtn
- Type: System Boolean
- showPasteBtn
- Type: System Boolean
- showEditBtn
- Type: System Boolean
- showAddPanel
- Type: System Boolean
- showSqlBtn
- Type: System Boolean
- showSelBtn
- Type: System Boolean
- slotWidth
- Type: System Int32
- selText
- Type: System String
- isHud
- Type: System Boolean
- key
- Type: System String
See Also