IFsrmClassificationManager.ClassificationReportFormats Property
Retrieves or sets the list of formats in which to generate the classification reports.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] ClassificationReportFormats { get; set; }
property array<Object^>^ ClassificationReportFormats {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract ClassificationReportFormats : Object[] with get, set
Property ClassificationReportFormats As Object()
Property Value
Type: System.Object[]
Returns a Object containing A list of the report formats that you want the job to generate when it runs. Each element of the SAFEARRAY is a variant of type VT_I4. Set the lVal member of the variant to the report format value. For possible report formats, see the FsrmReportFormat enumeration.
The default report formats are FsrmReportFormat_DHtml and FsrmReportFormat_Xml.
See Also
IFsrmClassificationManager2
FsrmClassificationManager
IFsrmClassificationManager Interface
Microsoft.Storage Namespace
Return to top