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.
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.