ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / EnableOleObject Property

In This Topic
    EnableOleObject Property
    In This Topic
    Enable or disable the OleObject control in the Visual Studio Toolbox.
    Syntax
    'Declaration
     
    Public Property EnableOleObject As Boolean
    public bool EnableOleObject {get; set;}

    Property Value

    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.
    See Also