ChartCodeParameters propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the list of code parameters.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartCodeParameters As IList(Of ChartCodeParameter)
Get
Set
'Utilisation
Dim instance As Chart
Dim value As IList(Of ChartCodeParameter)
value = instance.ChartCodeParameters
instance.ChartCodeParameters = value
public IList<ChartCodeParameter> ChartCodeParameters { get; set; }
public:
property IList<ChartCodeParameter^>^ ChartCodeParameters {
IList<ChartCodeParameter^>^ get ();
void set (IList<ChartCodeParameter^>^ value);
}
member ChartCodeParameters : IList<ChartCodeParameter> with get, set
function get ChartCodeParameters () : IList<ChartCodeParameter>
function set ChartCodeParameters (value : IList<ChartCodeParameter>)
Valeur de la propriété
Type : System.Collections.Generic. . :: . .IList< (Of < ( <'ChartCodeParameter> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi