SpaceObServer.Application.Properties.ReportTitle

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.ReportTitle

Description

Use this property to customize the headline shown above every export.

 
Syntax

property ReportTitle: <String>;

 
Example

$SOS.ReportTitle = "Report on Drive C:\" #PowerShell

SOS.ReportTitle = "Report on Drive C:\" 'VBS

Will modify the headline of all exports to "Report on Drive C:\".

 
Remarks

If you do not set this property the default headline "SpaceObServer Report" will be used.