data_source property

Odso.data_source property

Specifies the location of the external data source to be connected to a document to perform the mail merge. The default value is an empty string.

@property
def data_source(self) -> str:
    ...

@data_source.setter
def data_source(self, value: str):
    ...

See Also