Sdílet prostřednictvím


LineInstance Class

Represents an instance type of the Line class, and contains the calculated values of the properties in Line.

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

Syntax

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

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.