ReportServiceArguments Class |
Namespace: Cobra.Model.WebService
public class ReportServiceArguments : IReportOperationsServiceArguments
The ReportServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
AdditionalFileNames |
The additional files that will be included on a multiple file report.
| |
FileId | Obsolete.
The Cobra file that the report will be generated from.
| |
Filename |
The Cobra file that the report will be generated from. This is also the default file when generating multiple file report.
| |
OutputFilename |
Output filename (excluding path)
| |
OwnerId |
Owner Id
| |
ReportId |
The name of the report.
| |
UseSharedReport |
Indicates whether to select the report using ReportId + OwnerId or the shared report using ReportId.
|
Name | Description | |
---|---|---|
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.) | |
InitMissingProperties |
Initializes properties for backwards compatibility with earlier versions of ReportServiceArguments, where the default values aren't always suitable.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |