Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel