ReportItem.CreateCustomProperty Method

Definition

Creates a new custom property and adds it to the custom properties collection of the report item. Used in custom report items.

public:
 Microsoft::ReportingServices::OnDemandReportRendering::CustomProperty ^ CreateCustomProperty();
public Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty CreateCustomProperty ();
member this.CreateCustomProperty : unit -> Microsoft.ReportingServices.OnDemandReportRendering.CustomProperty
Public Function CreateCustomProperty () As CustomProperty

Returns

A newly created custom property.

Applies to