[]
        
(Showing Draft Content)

OpenDocumentOptions

Type Alias: OpenDocumentOptions

type OpenDocumentOptions = object;

Properties

dataSetsInfo?

optional dataSetsInfo: DataSetsInfo[];

A list of RDL Data Sets to use with the template

NOTE: This won't work with RPX reports


name?

optional name: string;

Name for new report, if not specified default 'Untitled' name will be used


templateInfo?

optional templateInfo: DocumentTemplate;

template info - if it is specified for report creation, either templateInfo.id or templateinfo.content needs to be defined


type?

optional type: SupportedDocumentType;

Type of the document to create. If not specified RDL report will be created