Line Class

Represents a line report item.

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

Syntax

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

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.