Класс 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.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class CustomReportItem _
Inherits ReportItem _
Implements IDataRegion, IReportScope
'Применение
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
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomReportItem
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.