Line Class

Represents a line report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Line _
    Inherits ReportItem
'Usage
Dim instance As Line
public sealed class Line : ReportItem
public ref class Line sealed : public ReportItem
[<SealedAttribute>]
type Line =  
    class
        inherit ReportItem
    end
public final class Line extends ReportItem

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
      Microsoft.ReportingServices.OnDemandReportRendering.Line

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.