Report |
The ReportOutput type exposes the following members.
Name | Description | |
---|---|---|
CancelIfNoRecords | If the models of the report do not have any record, the output generation is cancelled | |
Device | Current OutputDevice | |
DeviceName | The device used by this output | |
EmailBCC | The email BCC (Blind Carbon Copy) addresses used for the email. One per line or separated by semi-column. | |
EmailBody | The body message of the email sent. If empty, a default text is used. | |
EmailCC | The email CC (Carbon Copy) addresses used for the email. One per line or separated by semi-column. | |
EmailFrom | The email address of the sender (From). If empty, the sender email address defined in the device is used. Make sure that the SMTP server allows the new address. | |
EmailHtmlBody | If true, the report result is copied in the email body message | |
EmailMessagesInBody | If true, the report execution messages are copied in the email body message | |
EmailReplyTo | The reply addresses used for the email. One per line or separated by semi-column. If empty, the reply addresses defined in the device are used. | |
EmailSkipAttachments | If true, the email sent will have no attachement. This may be useful if the report has only tasks. | |
EmailSubject | The subject of the email sent. If empty, the report name is used. | |
EmailTo | The destination (To) email addresses used for the email. One per line or separated by semi-column. | |
Error | Last error message | |
FileName | The name of the file used to generate the report result | |
FileServerFolderWithSeparators | ||
FolderPath | Path of the folder used to generate the report result. | |
Format | Format of the output | |
GUID |
The unique identifier
(Inherited from RootComponent) | |
Information | Last information message | |
Name |
The name
(Inherited from RootComponent) | |
OutputDeviceGUID | Identifier of the output device used by the output | |
PostScript | Optional Razor script executed after the generation | |
PreScript | Optional Razor script executed before the generation. If the script returns 0, the generation is aborted. | |
PublicEdit | For the Web Report Server Designer: If true, the output and shedule can be edited by all users having the schedule right on the report. If false, only the user owner can edit the schedule. | |
PublicExec | For the Web Report Server: If true, the output can be executed by all users having the execute right on the report. If false, only the user owner can execute the schedule. | |
Report |
The current report
(Inherited from ReportComponent) | |
Restrictions | Custom restrictions applied to this output | |
UseCustomRestrictions | If true, custom restrictions can be defined for this output | |
UserCulture | The culture used to generate the report. If empty, the culture from the groups is used, then the default culture. | |
UserGroups | If not empty, the output is generated with a security context having the groups specified. One group name per line or separated by semi-column. | |
UserName | If not empty, the output is generated with a security context having the name specified | |
View | Current View to execute | |
ViewGUID | The view used to execute the report output | |
ViewParameters | Custom parameters used for the Root View when the output is executed | |
ZipPassword | If not empty, the Zip result file will be protected with the password | |
ZipResult | If true, the result file will be compressed in a zip file |