Share via


Chart.ChartCodeParameters Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the list of code parameters.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartCodeParameters As IList(Of ChartCodeParameter)
    Get
    Set
'Usage
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>)