Proprietà ChartDerivedSeries.SourceChartSeriesName
Name of the series from which to derive.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property SourceChartSeriesName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A string value.