Microsoft Internet Security and Acceleration Server 2004 SDK

FPCReportJob

The FPCReportJob object represents a single report job. Report jobs specify the items to include in the reports and when to generate the reports.

Report jobs can be recurring, meaning that they generate reports at a regular frequency such as monthly or weekly, or run-once, meaning that they generate a single report.

When you set up a report job, in addition to configuring how frequently a report will be generated, you configure the period of time that the report will cover.

This object is typically an element of an FPCReportJobs collection.

Click here to see the ISA Server object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.

Methods

The FPCReportJob object defines the following methods.

Method Description
Run Runs the report job if it is a recurring report job.
SetAsDailyReportJob Sets the report job to run every day starting from a specified date.
SetAsMultipleDaysReportJob Sets the report job to run on specific days of the week starting from a specified date.
SetAsOncePerMonthReportJob Sets the report job to run once a month, on a specified day of the month, starting from a specified date.
SetAsRunOnceReportJob Sets the report job to run only once over a specified period.
SetEmailing Sets the properties for sending an e-mail message when the report job is completed.
SetPublishing Sets the EnablePublishing and PublishDirectory properties.
SetServer Sets the server on which the report job will run.
SetPublishingCredentials Sets the UsePublishingCredentials property and the credentials for publishing reports generated by the report job.

Properties

The FPCReportJob object has the following properties.

Property Description
AddLinkToPublishedReport Gets a Boolean value that indicates whether a link to the published report will be added in the body of the e-mail message.
Categories Gets or sets a value from the FpcReportJobCategory enumerated type that specifies the category of the report job.
Credentials Gets an FPCCredentials object that represents the credentials needed to generate a report.
Description Gets or sets the description of the report job.
EmailBody Gets the body of the e-mail message that will be sent when the report job is completed.
EmailCC Gets the Cc line of the e-mail message that will be sent when the report job is completed.
EmailFrom Gets the From line of the e-mail message that will be sent when the report job is completed.
EmailTo Gets the To line of the e-mail message that will be sent when the report job is completed.
Enabled Gets or sets a Boolean value that indicates whether the report job is enabled.
EnableEmailing Gets a Boolean value that indicates whether an e-mail message will be sent when the report job is completed.
EnablePublishing Gets a Boolean value that indicates whether saving reports to a file is enabled.
Name Gets or sets the name of the report job.
PeriodType Gets a value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover.
PublishCredentials Gets an FPCCredentials object that represents the credentials for publishing reports generated by the report job.
PublishDirectory Gets the directory to which the reports will be saved.
RecurrenceType Gets the frequency with which a report will be generated.
RecurringReportJobDayOfMonth Gets the day of the month on which a monthly report job will run.
RecurringReportJobDaysOfWeek Gets a bitmask of the FpcDaysOfWeek enumerated type that specifies the days of the week on which a weekly report job will run.
RecurringReportJobStartDate Gets the starting date for a recurring report job.
RunOnceReportJobPeriodEnd Gets the concluding date of the period to be covered by a run-once report job.
RunOnceReportJobPeriodStart Gets the starting date of the period to be covered by a run-once report job.
Server Gets an FPCRef object that references the FPCServer object representing the server on which the report job will run.
SmtpServer Gets the name of the SMTP server that will be used to send an e-mail message when the report job is completed.
UsePublishingCredentials Gets a Boolean value that indicates whether credentials will be used in publishing reports generated by the report job.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only).
CanImport Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document.
Export Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML document.
ExportToFile Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML file.
GetServiceRestartMask Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect.
Import Recursively copies the values of all the properties of the object and of its subobjects from the specified XML document to persistent storage.
ImportFromFile Recursively copies the values of all the properties of the object and of its subobjects from the specified XML file to persistent storage.
LoadDocProperties Provides the XML document's properties so that you can know what information can be imported from the document.
Refresh Recursively reads the values of all the properties of the object and of its subobjects from persistent storage, overwriting any changes that have not been saved.
Save Recursively writes the current values of all the properties of the object and its subobjects to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only).

Properties Inherited from FPCPersist

Name Description
PersistentName Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy.
VendorParametersSets Gets an FPCVendorParametersSets collection that can hold sets of custom data for extending the object.

Remarks

This object implements the IFPCReportJob interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects