Właściwość ReportItem.CustomProperties
Niestandardowe informacje były przekazywane do renderowanie raportu składnika.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property CustomProperties As IList(Of CustomProperty)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<CustomProperty>
IList<T> Obiektu.