DataRegionCell Class
Represents a cell in a data region.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustInherit Class DataRegionCell _
Inherits ReportObject _
Implements IDataScopeService, IDataCell, IContainedObject
'Usage
Dim instance As DataRegionCell
public abstract class DataRegionCell : ReportObject,
IDataScopeService, IDataCell, IContainedObject
public ref class DataRegionCell abstract : public ReportObject,
IDataScopeService, IDataCell, IContainedObject
[<AbstractClassAttribute>]
type DataRegionCell =
class
inherit ReportObject
interface IDataScopeService
interface IDataCell
interface IContainedObject
end
public abstract class DataRegionCell extends ReportObject implements IDataScopeService, IDataCell, IContainedObject
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataRegionCell
Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint
Microsoft.ReportingServices.RdlObjectModel.TablixCell
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.