Report.CodeModules Property

Definition

Gets or sets the code modules to make available to the report for use in expressions.

public:
 property System::Collections::Generic::IList<System::String ^> ^ CodeModules { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("CodeModule", typeof(System.String))]
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.String>))]
public System.Collections.Generic.IList<string> CodeModules { get; set; }
[<System.Xml.Serialization.XmlArrayItem("CodeModule", typeof(System.String))>]
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<System.String>))>]
member this.CodeModules : System.Collections.Generic.IList<string> with get, set
Public Property CodeModules As IList(Of String)

Property Value

The code modules to make available to the report for use in expressions.

Attributes

Applies to