DataRegionBody Class
Represents the body of a data region.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class DataRegionBody _
Inherits ReportObject _
Implements IDataScopeService
'Usage
Dim instance As DataRegionBody
public class DataRegionBody : ReportObject,
IDataScopeService
public ref class DataRegionBody : public ReportObject,
IDataScopeService
type DataRegionBody =
class
inherit ReportObject
interface IDataScopeService
end
public class DataRegionBody extends ReportObject implements IDataScopeService
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataRegionBody
Microsoft.ReportingServices.RdlObjectModel.ChartData
Microsoft.ReportingServices.RdlObjectModel.CustomData
Microsoft.ReportingServices.RdlObjectModel.TablixBody
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.