Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the list of Parameters to the subreport.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Parameters As IList(Of Parameter)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<Parameter>
A list of parameters to the subreport.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel