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.