Report.CodeModules 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定程式碼模組,讓報告能用於表達式。
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)
屬性值
程式碼模組將提供給報告用於表達式。
- 屬性