Partager via


Propriété CustomProperties

Custom information to be handed to the report rendering component.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CustomProperties As IList(Of CustomProperty)
    Get
    Set
'Utilisation
Dim instance As ReportItem
Dim value As IList(Of CustomProperty)

value = instance.CustomProperties

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

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'CustomProperty> ) > ) >
An IList<(Of <(<'T>)>)> object.