Compartilhar 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.OnDemandReportRendering.CustomReportItem.AltReportItem] property instead.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class CustomReportItem _
    Inherits ReportItem _
    Implements IDataRegion, IReportScope
'Uso
Dim instance As CustomReportItem
public sealed class CustomReportItem : ReportItem, 
    IDataRegion, IReportScope
public ref class CustomReportItem sealed : public ReportItem, 
    IDataRegion, IReportScope
[<SealedAttribute>]
type CustomReportItem =  
    class
        inherit ReportItem
        interface IDataRegion
        interface IReportScope
    end
public final class CustomReportItem extends ReportItem implements IDataRegion, IReportScope

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
      Microsoft.ReportingServices.OnDemandReportRendering..::..CustomReportItem

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.