ReportExportEventArgs.DeviceInfo Property
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 (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public string DeviceInfo { get; set; }
public:
property String^ DeviceInfo {
String^ get();
void set(String^ value);
}
member DeviceInfo : string with get, set
Public Property DeviceInfo As String
Property Value
Type: System.String
A String value containing the device-specific information.
Remarks
For more information about device information settings for specific output formats, see .fe718939-7efe-4c7f-87cb-5f5b09caeff4
See Also
ReportExportEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top