Report.CodeModules 屬性

定義

取得或設定程式碼模組,讓報告能用於表達式。

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)

屬性值

程式碼模組將提供給報告用於表達式。

屬性

適用於