[]
type OpenDocumentOptions = object;
optional dataSetsInfo: DataSetsInfo[];
A list of RDL Data Sets to use with the template
NOTE: This won't work with RPX reports
optional name: string;
Name for new report, if not specified default 'Untitled' name will be used
optional templateInfo: DocumentTemplate;
template info - if it is specified for report creation, either templateInfo.id or templateinfo.content needs to be defined
optional type: SupportedDocumentType;
Type of the document to create. If not specified RDL report will be created