[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.EnableOleObject

EnableOleObject Property

EnableOleObject

Gets or sets a value indicating whether OLE (Object Linking and Embedding) object support is enabled in the designer.

Declaration
public bool EnableOleObject { get; set; }
Property Value
Type Description
bool

true if OLE object support is enabled; otherwise, false. The default is false.

Remarks

Enabling OLE object support allows the designer to incorporate OLE objects, such as charts or spreadsheets, into the report designs. This can enhance the interactivity and data representation capabilities of the reports. However, it may also increase the complexity and resource requirements of the report design process. Use this feature according to the specific needs of your reporting application.