Udostępnij przez


Właściwość DataRegionMember.CustomProperties

Pobiera właściwości niestandardowych dla tego region danych element członkowski.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overridable ReadOnly Property CustomProperties As CustomPropertyCollection
    Get
'Użycie
Dim instance As DataRegionMember
Dim value As CustomPropertyCollection

value = instance.CustomProperties
public virtual CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get ();
}
abstract CustomProperties : CustomPropertyCollection
override CustomProperties : CustomPropertyCollection
function get CustomProperties () : CustomPropertyCollection