Condividi tramite


Classe CustomReportItem

Represents a custom report item. This class cannot be inherited.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CustomReportItem _
    Inherits ReportItem
'Utilizzo
Dim instance As CustomReportItem
public sealed class CustomReportItem : ReportItem
public ref class CustomReportItem sealed : public ReportItem
[<SealedAttribute>]
type CustomReportItem =  
    class
        inherit ReportItem
    end
public final class CustomReportItem extends ReportItem

Osservazioni

Unless EnableNativeCustomReportItem has been called for this custom report item type, the CustomReportItem will not appear in the Rendering Object Model. Instead, the AltReportItem will appear in its place.

For more information on custom report items, see Elementi dei report personalizzati.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
    Microsoft.ReportingServices.ReportRendering..::..CustomReportItem

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.