[]
Gets or sets a value indicating whether OLE (Object Linking and Embedding) object support is enabled in the designer.
public bool EnableOleObject { get; set; }
Type | Description |
---|---|
bool |
|
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.