DataRegionPlaceholder Class
Represents a place holder in a data region.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class DataRegionPlaceholder _
Inherits ReportItem
'Usage
Dim instance As DataRegionPlaceholder
public class DataRegionPlaceholder : ReportItem
public ref class DataRegionPlaceholder : public ReportItem
type DataRegionPlaceholder =
class
inherit ReportItem
end
public class DataRegionPlaceholder extends ReportItem
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ReportElement
Microsoft.ReportingServices.RdlObjectModel.ReportItem
Microsoft.ReportingServices.RdlObjectModel.DataRegionPlaceholder
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.