Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.