共用方式為


DeviceInfo 建構函式

初始化 DeviceInfo 類別的新執行個體。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Sub New ( _
    name As String, _
    value As String _
)
public DeviceInfo(
    string name,
    string value
)
public:
DeviceInfo(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> DeviceInfo
public function DeviceInfo(
    name : String, 
    value : String
)

參數

  • name
    類型:String
    裝置資訊的名稱。
  • value
    類型:String
    裝置資訊的值。

請參閱

參考

DeviceInfo 類別

Microsoft.Reporting.WebForms 命名空間

其他資源

Reporting Services Device Information Settings

HTML Device Information Settings