Свойство ChartDataPoint.CustomProperties
Custom properties for the data point.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property CustomProperties As IList(Of CustomProperty)
Get
Set
'Применение
Dim instance As ChartDataPoint
Dim value As IList(Of CustomProperty)
value = instance.CustomProperties
instance.CustomProperties = value
public IList<CustomProperty> CustomProperties { get; set; }
public:
property IList<CustomProperty^>^ CustomProperties {
IList<CustomProperty^>^ get ();
void set (IList<CustomProperty^>^ value);
}
member CustomProperties : IList<CustomProperty> with get, set
function get CustomProperties () : IList<CustomProperty>
function set CustomProperties (value : IList<CustomProperty>)
Значение свойства
Тип: System.Collections.Generic.IList<CustomProperty>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel