ReportSubFolders Property |
The subfolders in which the report should be created.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
typeof(UITypeEditor))]
public List<string> SubFolders { get; set; }
<EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
GetType(UITypeEditor))>
Public Property SubFolders As List(Of String)
Get
Set
Dim instance As Report
Dim value As List(Of String)
value = instance.SubFolders
instance.SubFolders = value
Property Value
ListStringSee Also