Partilhar via


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
Propriedade pública LocalizedName Gets the localized display name of the rendering extension.
Propriedade pública Name Gets the name of the rendering extension.
Propriedade pública Visible Indicates whether the rendering extension is visible in the user interface.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.Reporting.WebForms