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.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CustomReportItem _
Inherits ReportItem _
Implements IDataRegion, IReportScope
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomReportItem
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.