Classe ReportIntProperty

Represents an integer property in the report.

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

Sintaxe

'Declaração
Public NotInheritable Class ReportIntProperty _
    Inherits ReportProperty
'Uso
Dim instance As ReportIntProperty
public sealed class ReportIntProperty : ReportProperty
public ref class ReportIntProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportIntProperty =  
    class
        inherit ReportProperty
    end
public final class ReportIntProperty extends ReportProperty

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportIntProperty

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.