ReportItem.CustomProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets custom properties for the report item.
public:
property Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ value); };
public Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection CustomProperties { get; set; }
member this.CustomProperties : Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection with get, set
Public Property CustomProperties As CustomPropertyCollection
Property Value
A CustomPropertyCollection object containing custom properties for the report item.