Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the parameters to the drillthrough report.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Parameters As IList(Of Parameter)
Get
Set
'Utilisation
Dim instance As Drillthrough
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>)
Valeur de propriété
Type : System.Collections.Generic.IList<Parameter>
An IList<T> object.