ReportItem.CustomProperties Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ CustomProperties { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::CustomProperty ^> ^ value); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.CustomPropertiesUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.NoPropertiesSupportedConverter))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> CustomProperties { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.CustomPropertiesUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.NoPropertiesSupportedConverter))>]
member this.CustomProperties : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.CustomProperty> with get, set
Public Property CustomProperties As IList(Of CustomProperty)
Valore della proprietà
- Attributi