SubReport Class
Represents a subreport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class SubReport _
Inherits ReportItem
'Usage
Dim instance As SubReport
public sealed class SubReport : ReportItem
public ref class SubReport sealed : public ReportItem
[<SealedAttribute>]
type SubReport =
class
inherit ReportItem
end
public final class SubReport extends ReportItem
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Microsoft.ReportingServices.OnDemandReportRendering.SubReport
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.