Share via


Report.CodeModules Property

Definition

public:
 property System::Collections::Generic::IList<System::String ^> ^ CodeModules { System::Collections::Generic::IList<System::String ^> ^ get(); };
[System.ComponentModel.DisplayName("Assemblies")]
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.Generic.IList<string> CodeModules { get; }
[<System.ComponentModel.DisplayName("Assemblies")>]
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.CodeModules : System.Collections.Generic.IList<string>
Public ReadOnly Property CodeModules As IList(Of String)

Property Value

Attributes

Applies to