다음을 통해 공유


Source 속성

Name of the ChartDataPointValue property to use as the value of this parameter.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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.