Partager via


Propriété CustomProperties

Gets the custom properties for this data region member.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property CustomProperties As CustomPropertyCollection
    Get
'Utilisation
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