Share via


CustomReportItem Class

Represents a report item that is not natively defined in RDL. Extended information about the custom report item is placed within the CustomProperties() property. Tools and servers that do not support the type use the [Microsoft.ReportingServices.RdlObjectModel.CustomReportItem.AltReportItem] property instead.

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

Syntax

'Declaration
Public Class CustomReportItem _
    Inherits ReportItem
'Usage
Dim instance As CustomReportItem
public class CustomReportItem : ReportItem
public ref class CustomReportItem : public ReportItem
type CustomReportItem =  
    class
        inherit ReportItem
    end
public class CustomReportItem extends ReportItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.