共用方式為


ChartDerivedSeries.SourceChartSeriesName 屬性

Gets the name of the series from which to derive.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property SourceChartSeriesName As String 
    Get
'用途
Dim instance As ChartDerivedSeries 
Dim value As String 

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

屬性值

型別:System.String
A string value.

請參閱

參考

ChartDerivedSeries 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間