This topic has not yet been rated - Rate this topic

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)
public class DataRegionPlaceholder : ReportItem

The DataRegionPlaceholder type exposes the following members.

  NameDescription
Public methodDataRegionPlaceholderInitializes a new instance of the DataRegionPlaceholder class.
Top
  NameDescription
Public propertyActionInfoActions that are associated with the ReportItem (Inherited from ReportItem.)
Public propertyAllowInHeaderFooter (Overrides ReportItem.AllowInHeaderFooter.)
Public propertyBookmarkA bookmark that can be linked to by using a Bookmark action. (Inherited from ReportItem.)
Public propertyComponentMetadataThe component metadata. (Inherited from ReportObject.)
Public propertyContainedReportItemsInfrastructure. (Inherited from ReportItem.)
Public propertyCustomPropertiesCustom information to be handed to the report rendering component. (Inherited from ReportItem.)
Public propertyDataElementNameThe name to use for the data element/attribute for this report item. (Inherited from ReportItem.)
Public propertyDataElementOutputIndicates whether the item should appear in a data rendering. (Inherited from ReportItem.)
Public propertyDocumentMapLabelA label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Inherited from ReportItem.)
Public propertyDocumentMapLabelLocIDThe unique identifier for the DocumentMapLabel property. (Inherited from ReportItem.)
Public propertyHeightHeight of the item. (Inherited from ReportItem.)
Public propertyLeftThe distance of the item from the left of the containing object (Inherited from ReportItem.)
Public propertyNameThe name of the report item. (Inherited from ReportItem.)
Public propertyParentThe parent of this report object. (Inherited from ReportObjectBase.)
Public propertyRepeatWithThe name of a data region that this report item should be repeated with if that data region spans multiple pages. (Inherited from ReportItem.)
Public propertySiteInfrastructure. (Inherited from ReportObject.)
Public propertyStyleGets the style properties of this report definition object. (Inherited from ReportElement.)
Public propertyToolTipA textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Inherited from ReportItem.)
Public propertyToolTipLocIDThe unique identifier for the ToolTip property. (Inherited from ReportItem.)
Public propertyTopThe distance of the item from the top of the containing object (Inherited from ReportItem.)
Public propertyVisibilityGets the current visibility state of this report object. (Inherited from ReportItem.)
Public propertyWidthWidth of the item. Negative sizes allowed only for lines. (Inherited from ReportItem.)
Public propertyZIndexDrawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. (Inherited from ReportItem.)
Top
  NameDescription
Public methodDeepCloneReturns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContainingDataScopesInfrastructure. (Inherited from ReportObject.)
Protected methodGetDataScopesForDefaultImplInfrastructure. (Inherited from ReportObject.)
Protected methodGetDependenciesCoreInfrastructure. (Inherited from ReportObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeInitializes an instance of the ReportItem class. (Inherited from ReportItem.)
Protected methodInitializeForDesignerInfrastructure. (Inherited from ReportItem.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnChildPropertyChangedInfrastructure. (Inherited from ReportObject.)
Protected methodOnPropertyChangedInfrastructure. (Inherited from ReportObject.)
Protected methodRdlSemanticEqualsCoreInfrastructure. (Inherited from ReportObject.)
Protected methodSavePropertyValue<T>Infrastructure. (Inherited from ReportObject.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.