DerivedSeriesFormula 속성
Formula to apply to the data values from the source series.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property DerivedSeriesFormula As ChartFormulas
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartFormulas
A ChartFormulas object.