ChartFormulaParameter.Source 属性

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
A string value.