SqlTokenToolBox FilterReportsSelectionPanel Method (FilterObj, Int32, String, ControlCollection, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)A Sandcastle Documented Class Library
Creates a report selection panel with the given parameter settings.

Namespace: P4s3FilterTools
Assembly: 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,
	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
isHud
Type: System Boolean
key
Type: System String
See Also