Partilhar via


Propriedade ReportExportEventArgs.DeviceInfo

Gets or sets an XML string that contains the device-specific content that is required by the rendering extension specified in the Extension parameter.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Property DeviceInfo As String
public string DeviceInfo { get; set; }
public:
property String^ DeviceInfo {
    String^ get ();
    void set (String^ value);
}
member DeviceInfo : string with get, set
function get DeviceInfo () : String
function set DeviceInfo (value : String)

Valor de propriedade

Tipo: String
A String value containing the device-specific information.

Comentários

For more information about device information settings for specific output formats, see Device Information Settings.

Consulte também

Referência

ReportExportEventArgs Classe

Namespace Microsoft.Reporting.WinForms