Merged PR 34805: [Model Embed] Add support for dynamic binding

This commit is contained in:
Liav Zayde 2019-07-03 10:52:05 +00:00
Родитель 3e78094fe2
Коммит 6b062bfd10
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -794,6 +794,7 @@ export interface IReportLoadConfiguration {
tokenType?: TokenType;
bookmark?: IApplyBookmarkRequest;
theme?: IReportTheme;
datasetId?: string;
}
export interface IReportCreateConfiguration {