[]
type CreateDocumentOptions = 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 of the document. If not specified default 'Untitled' name will be used
optional template?: DocumentTemplate;
Template to use for the document
optional type?: SupportedDocumentType;
Type of the document to create. If not specified RDL report will be created