Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Parameters to the formula.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartFormulaParameters As IList(Of ChartFormulaParameter)
Get
Set
'Usage
Dim instance As ChartDerivedSeries
Dim value As IList(Of ChartFormulaParameter)
value = instance.ChartFormulaParameters
instance.ChartFormulaParameters = value
public IList<ChartFormulaParameter> ChartFormulaParameters { get; set; }
public:
property IList<ChartFormulaParameter^>^ ChartFormulaParameters {
IList<ChartFormulaParameter^>^ get ();
void set (IList<ChartFormulaParameter^>^ value);
}
member ChartFormulaParameters : IList<ChartFormulaParameter> with get, set
function get ChartFormulaParameters () : IList<ChartFormulaParameter>
function set ChartFormulaParameters (value : IList<ChartFormulaParameter>)
Property Value
Type: System.Collections.Generic.IList<ChartFormulaParameter>
An IList<T> object.