Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the code modules to make available to the report for use in expressions.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CodeModules As IList(Of String)
Get
Set
'Usage
Dim instance As Report
Dim value As IList(Of String)
value = instance.CodeModules
instance.CodeModules = value
public IList<string> CodeModules { get; set; }
public:
property IList<String^>^ CodeModules {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member CodeModules : IList<string> with get, set
function get CodeModules () : IList<String>
function set CodeModules (value : IList<String>)
Property Value
Type: System.Collections.Generic.IList<String>
The code modules to make available to the report for use in expressions.