create method

create()

Creates new instance of the report builder processor.

def create(self):
    ...

create(context)

Creates new instance of the report builder processor.

def create(self, context: aspose.words.lowcode.ReportBuilderContext):
    ...
ParameterTypeDescription
contextReportBuilderContext

See Also