Partager via


Classe CustomReportItem

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.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class CustomReportItem _
    Inherits ReportItem
'Utilisation
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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.