Classe ReportUrlBuilder
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Represents the builder that generates report URL.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.ReportRendering.ReportUrlBuilder
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ReportUrlBuilder
'Uso
Dim instance As ReportUrlBuilder
public sealed class ReportUrlBuilder
public ref class ReportUrlBuilder sealed
[<SealedAttribute>]
type ReportUrlBuilder = class end
public final class ReportUrlBuilder
O tipo ReportUrlBuilder expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
AddParameter | Infraestrutura. Adds a parameter to the ReportUrlBuilder object. | |
AddParameters | Infraestrutura. Adds a set of parameter to the ReportUrlBuilder object. | |
AddReplacementRoot | Infraestrutura. Adds a replacement root for the ReportUrlBuilder object. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | Infraestrutura. Returns a string representation of ReportUrlBuilder object. (Substitui Object.ToString().) | |
ToUri | Infraestrutura. Returns the report URL as a Uri. |
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.