Propriedade do RDL SourceChartSeriesName
Name of the series from which to derive.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property SourceChartSeriesName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A string value.
Consulte também