Report |
public class ReportOutput : ReportComponent
The ReportOutput type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReportOutput | Initializes a new instance of the ReportOutput class |
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 |
Name | Description | |
---|---|---|
![]() | AfterSerialization | Function called after the serialization |
![]() | BeforeSerialization | Function called before the serialization |
![]() | CopyParameters | Copy the current parameter values to a parameter list |
![]() ![]() | Create | Basic creation |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Init |
Init the editor objects
(Inherited from RootEditor) |
![]() | InitDefaultValues |
Init the default values
(Inherited from RootEditor) |
![]() | InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) |
![]() | InitReferences | Init all references |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | UpdateEditor |
Update editor attributes
(Inherited from RootEditor) |
![]() | UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
Name | Description | |
---|---|---|
![]() | _dctd | (Inherited from RootEditor) |
![]() | _GUID | (Inherited from RootComponent) |
![]() | _name | (Inherited from RootComponent) |
![]() | _report | (Inherited from ReportComponent) |
![]() | Tag | Object that can be used at run-time for any purpose |