共用方式為


ChartFormulaParameter.Source 屬性

Gets or sets the name of the ChartDataPointValue property to use as the value of this parameter.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Source As String 
    Get 
    Set
'用途
Dim instance As ChartFormulaParameter 
Dim value As String 

value = instance.Source

instance.Source = value
public string Source { get; set; }
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}
member Source : string with get, set
function get Source () : String 
function set Source (value : String)

屬性值

型別:System.String
The name of the ChartDataPointValue property to use as the value of this parameter.

請參閱

參考

ChartFormulaParameter 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間