Propriété SourceChartSeriesName
Name of the series from which to derive.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property SourceChartSeriesName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi