Classe ReportInstance
Represents an instance type of the Report class, and contains the calculated values of the properties in Report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ReportInstance _
Inherits BaseInstance
'Uso
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
O tipo ReportInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ResetContext | Resets the group context for all dynamic members in this ReportInstance. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering