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.
Formula to apply to the data values from the source series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DerivedSeriesFormula As ChartFormulas
Get
Set
'Usage
Dim instance As ChartDerivedSeries
Dim value As ChartFormulas
value = instance.DerivedSeriesFormula
instance.DerivedSeriesFormula = value
public ChartFormulas DerivedSeriesFormula { get; set; }
public:
property ChartFormulas DerivedSeriesFormula {
ChartFormulas get ();
void set (ChartFormulas value);
}
member DerivedSeriesFormula : ChartFormulas with get, set
function get DerivedSeriesFormula () : ChartFormulas
function set DerivedSeriesFormula (value : ChartFormulas)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartFormulas
A ChartFormulas object.