Condividi tramite


Proprietà ReportItem.CustomProperties

Gets or sets custom properties for the report item.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Property CustomProperties As CustomPropertyCollection 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the report item.

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering