Classe RenderingExtension
Encapsulates a rendering extension that can be used with the ReportViewer's report.
Hierarquia de herança
Object
Microsoft.Reporting.WebForms.RenderingExtension
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class RenderingExtension
[SerializableAttribute]
public sealed class RenderingExtension
[SerializableAttribute]
public ref class RenderingExtension sealed
[<Sealed>]
[<SerializableAttribute>]
type RenderingExtension = class end
public final class RenderingExtension
O tipo RenderingExtension expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
LocalizedName | Gets the localized display name of the rendering extension. | |
Name | Gets the name of the rendering extension. | |
Visible | Indicates whether the rendering extension is visible in the user interface. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This class is returned by the ListRenderingExtensions methods of the ServerReport and LocalReport classes.
Acesso thread-safe
Quaisquer membros estático (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.