Gets or sets the set of tools that will be available to the user.

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Appearance)]
[C1CategoryAttribute("Appearance")]
[DefaultValueAttribute(AvailableReportTools.All)]
public AvailableReportTools AvailableTools { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Appearance)> _
<C1CategoryAttribute("Appearance")> _
<DefaultValueAttribute(AvailableReportTools.All)> _
Public Property AvailableTools As AvailableReportTools
	Get
	Set

Field Value

The available tools.

See Also