Udostępnij przez


Właściwość ReportItem.CustomProperties

Pobiera lub ustawia właściwości niestandardowych dla element raportu.

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

Składnia

'Deklaracja
Public Property CustomProperties As CustomPropertyCollection
    Get
    Set
'Użycie
Dim instance As ReportItem
Dim value As CustomPropertyCollection

value = instance.CustomProperties

instance.CustomProperties = value
public CustomPropertyCollection CustomProperties { get; set; }
public:
property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get ();
    void set (CustomPropertyCollection^ value);
}
member CustomProperties : CustomPropertyCollection with get, set
function get CustomProperties () : CustomPropertyCollection
function set CustomProperties (value : CustomPropertyCollection)

Wartość właściwości

Typ: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection obiektu zawierającego niestandardowe właściwości dla element raportu.