Share via


Report.CustomProperties Property

Gets or sets the custom information to be handed to the report rendering component.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

public IList<CustomProperty> CustomProperties { get; set; }

Property Value

Type: System.Collections.Generic.IList<CustomProperty>
The custom information to be handed to the report rendering component.

See Also

Reference

Report Class

Microsoft.ReportingServices.RdlObjectModel Namespace