Report.CodeModules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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