Właściwość ChartEmptyPoints.CustomProperties
Pobiera właściwości niestandardowych dla punktu danych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Użycie
Dim instance As ChartEmptyPoints
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public CustomPropertyCollection CustomProperties { get; }
public:
property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get ();
}
member CustomProperties : CustomPropertyCollection
function get CustomProperties () : CustomPropertyCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection obiektu.
Zobacz także