options property

ReportingEngine.options property

Gets or sets a set of flags controlling behavior of this ReportingEngine instance while building a report.

@property
def options(self) -> aspose.words.reporting.ReportBuildOptions:
    ...

@options.setter
def options(self, value: aspose.words.reporting.ReportBuildOptions):
    ...

See Also