Share via


AltReportItem Class

Represents a report item to use in cases where the custom report item is not supported by the server or the render.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class AltReportItem _
    Inherits ReportObject
'Usage
Dim instance As AltReportItem
public class AltReportItem : ReportObject
public ref class AltReportItem : public ReportObject
type AltReportItem =  
    class
        inherit ReportObject
    end
public class AltReportItem extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.AltReportItem

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.