다음을 통해 공유


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 네임스페이스