SubReportInstance Class

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

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

Syntax

'Declaration
Public NotInheritable Class SubReportInstance _
    Inherits ReportItemInstance
'Usage
Dim instance As SubReportInstance
public sealed class SubReportInstance : ReportItemInstance
public ref class SubReportInstance sealed : public ReportItemInstance
[<SealedAttribute>]
type SubReportInstance =  
    class
        inherit ReportItemInstance
    end
public final class SubReportInstance 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.