ReportExportEventArgs.DeviceInfo プロパティ
Extension パラメーターで指定されている表示拡張機能に必要な、デバイス固有のコンテンツを含んでいる XML 文字列を取得または設定します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
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)
プロパティ値
型 : String
デバイス固有の情報を含んでいる文字列値。
解説
具体的な出力形式に関するデバイス情報の設定の詳細については、「Device Information Settings」を参照してください。