Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the list of Parameters to the subreport.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Parameters As IList(Of Parameter)
Get
Set
'Usage
Dim instance As Subreport
Dim value As IList(Of Parameter)
value = instance.Parameters
instance.Parameters = value
public IList<Parameter> Parameters { get; set; }
public:
property IList<Parameter^>^ Parameters {
IList<Parameter^>^ get ();
void set (IList<Parameter^>^ value);
}
member Parameters : IList<Parameter> with get, set
function get Parameters () : IList<Parameter>
function set Parameters (value : IList<Parameter>)
Property Value
Type: System.Collections.Generic.IList<Parameter>
A list of parameters to the subreport.