共用方式為


ReportUrlBuilder 類別

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

僅供參考之用。不支援。我們無法保證未來的相容性。

Represents the builder that generates report URL.

繼承階層

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportUrlBuilder

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public NotInheritable Class ReportUrlBuilder
'用途
Dim instance As ReportUrlBuilder
public sealed class ReportUrlBuilder
public ref class ReportUrlBuilder sealed
[<SealedAttribute>]
type ReportUrlBuilder =  class end
public final class ReportUrlBuilder

ReportUrlBuilder 型別公開下列成員。

方法

  名稱 說明
公用方法 AddParameter 基礎結構。Adds a parameter to the ReportUrlBuilder object.
公用方法 AddParameters 基礎結構。Adds a set of parameter to the ReportUrlBuilder object.
公用方法 AddReplacementRoot 基礎結構。Adds a replacement root for the ReportUrlBuilder object.
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString 基礎結構。Returns a string representation of ReportUrlBuilder object. (覆寫 Object.ToString()。)
公用方法 ToUri 基礎結構。Returns the report URL as a Uri.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間