Report > Report Assembly Interfaces > IMobilePublishReport
Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IMobilePublishReport interface is used to set up regular report publication.
IMobilePublishReport
To publish regular report, use IMobilePublishObject.Publish.
Property name | Brief description | |
![]() |
BulkSelectionSet | The BulkSelectionSet property determines the collection of fixed dimension selections of published regular report. |
![]() |
OneFileMode | The OneFileMode property determines whether all report sheets should be published into one file. |
![]() |
ParamValues | The ParamValues property contains properties and methods of collection of values of published report parameters. |
![]() |
UseOnlyInAnalyticDashboard | The UseOnlyInAnalyticDashboard property returns whether regular report is used only as a data source for dashboard. |
Method name | Brief description | |
![]() |
IsPublishSheet | The IsPublishSheet method checks if the specified sheet key is in the list of sheet keys. |
![]() |
SetPublishSheet | The SetPublishSheet method creates a list of sheet keys, which are selected in export publication wizard. |
See also: