ReportItem.CreateCustomProperty Method
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.
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.