ReportSaveLocally Property |
Defines if the report should be saved locally on the server.
May be overridden by the server.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool SaveLocally { get; set; }
Public Property SaveLocally As Boolean
Get
Set
Dim instance As Report
Dim value As Boolean
value = instance.SaveLocally
instance.SaveLocally = value
Property Value
BooleanSee Also