L
Lucas Tam
Hi all,
I need to set a property on a subclass such as:
Report.ExportOptions.ExportFormatType = ExportFormatType.Excel
AND
Report.ExportOptions.FormatOptions = excelFormatOpts
How would I go about doing this? Do I use the Invoke Member Method?
Thanks.
I need to set a property on a subclass such as:
Report.ExportOptions.ExportFormatType = ExportFormatType.Excel
AND
Report.ExportOptions.FormatOptions = excelFormatOpts
How would I go about doing this? Do I use the Invoke Member Method?
Thanks.