SubReportInstance-Klasse
Represents an instance type of the SubReport class and contains the calculated values of the properties in SubReport.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..SubReportInstance
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
Der SubReportInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
ErrorCode | Gets the error code of this SubReportInstance. | |
ErrorMessage | Gets the error message of this SubReportInstance. | |
NoRows | Gets a Boolean value that indicates whether this SubReportInstance contains any data rows. | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a SubReport class. | |
ProcessedWithError | Gets a Boolean value that indicates whether this SubReportInstance contains errors. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Geerbt von ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (Geerbt von ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a ReportItem class. (Geerbt von ReportItemInstance.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ResetInstanceCache | Infrastruktur (Geerbt von ReportItemInstance.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_reportElementDef | Infrastruktur (Geerbt von ReportElementInstance.) | |
m_style | Infrastruktur (Geerbt von ReportElementInstance.) | |
m_uniqueName | Infrastruktur (Geerbt von ReportItemInstance.) | |
m_visibility | Infrastruktur (Geerbt von ReportItemInstance.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.