Classe ReportInstance
Represents an instance type of the Report class, and contains the calculated values of the properties in Report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportInstance
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ReportInstance _
Inherits BaseInstance
'Utilizzo
Dim instance As ReportInstance
public sealed class ReportInstance : BaseInstance
public ref class ReportInstance sealed : public BaseInstance
[<SealedAttribute>]
type ReportInstance =
class
inherit BaseInstance
end
public final class ReportInstance extends BaseInstance
Nel tipo ReportInstance sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AutoRefresh | Gets the calculated value of the AutoRefresh property in a Report class. |
![]() |
InitialPageName | Gets the calculated value of the InitialPageName property in a Report class. |
![]() |
Language | Gets the calculated value of the Language property in a Report class. |
![]() |
UniqueName | Gets the unique identifier of this instance object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ResetContext | Resets the group context for all dynamic members in this ReportInstance. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering