Поделиться через


ChartAxis.CustomProperties Свойство

Определение

Возвращает или задает пользовательские свойства для оси.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ CustomProperties { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.CustomProperty>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> CustomProperties { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.CustomProperty>))>]
member this.CustomProperties : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> with get, set
Public Property CustomProperties As IList(Of CustomProperty)

Значение свойства

Объект IList<T>.

Атрибуты

Применяется к