Share via


ChartDerivedSeries.SourceChartSeriesName Property

Name of the series from which to derive.

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

Syntax

'Declaration
Public Property SourceChartSeriesName As String
    Get
    Set
'Usage
Dim instance As ChartDerivedSeries
Dim value As String

value = instance.SourceChartSeriesName

instance.SourceChartSeriesName = value
public string SourceChartSeriesName { get; set; }
public:
property String^ SourceChartSeriesName {
    String^ get ();
    void set (String^ value);
}
member SourceChartSeriesName : string with get, set
function get SourceChartSeriesName () : String
function set SourceChartSeriesName (value : String)

Property Value

Type: System.String
A string value.