Classe TextBox
Represents a text box.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class TextBox _
Inherits ReportItem _
Implements IROMActionOwner
'Uso
Dim instance As TextBox
public sealed class TextBox : ReportItem,
IROMActionOwner
public ref class TextBox sealed : public ReportItem,
IROMActionOwner
[<SealedAttribute>]
type TextBox =
class
inherit ReportItem
interface IROMActionOwner
end
public final class TextBox extends ReportItem implements IROMActionOwner
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.OnDemandReportRendering..::..TextBox
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.
Consulte também