Save

Save(string, SaveFormat)

يحفظ المصنف على القرص .

public void Save(string fileName, SaveFormat saveFormat)
معامليكتبوصف
fileNameStringاسم الملف.
saveFormatSaveFormatنوع تنسيق الحفظ.

أنظر أيضا


Save(string)

احفظ المصنف على القرص.

public void Save(string fileName)
معامليكتبوصف
fileNameString

أنظر أيضا


Save(string, SaveOptions)

يحفظ المصنف على القرص .

public void Save(string fileName, SaveOptions saveOptions)
معامليكتبوصف
fileNameStringاسم الملف.
saveOptionsSaveOptionsخيارات الحفظ.

أنظر أيضا


Save(Stream, SaveFormat)

يحفظ المصنف في الدفق .

public void Save(Stream stream, SaveFormat saveFormat)
معامليكتبوصف
streamStreamدفق الملف.
saveFormatSaveFormatنوع تنسيق ملف الحفظ.

أنظر أيضا


Save(Stream, SaveOptions)

يحفظ المصنف في الدفق .

public void Save(Stream stream, SaveOptions saveOptions)
معامليكتبوصف
streamStreamدفق الملف.
saveOptionsSaveOptionsخيارات الحفظ.

أنظر أيضا


Save(HttpResponse, string, ContentDisposition, SaveOptions)

يقوم بإنشاء جدول البيانات الناتج ونقله إلى العميل ثم فتحه في المتصفح أو MS Workbook .

public void Save(HttpResponse response, string fileName, ContentDisposition contentDisposition, 
    SaveOptions saveOptions)
معامليكتبوصف
responseHttpResponseكائن استجابة لإرجاع جدول البيانات إلى العميل.
fileNameStringاسم الملف الذي تم إنشاؤه.
contentDispositionContentDispositionنوع ترتيب المحتوى.
saveOptionsSaveOptionsخيارات الحفظ.

أنظر أيضا


Save(HttpResponse, string, ContentDisposition, SaveOptions, bool)

يقوم بإنشاء جدول البيانات الناتج ونقله إلى العميل ثم فتحه في المتصفح أو MS Workbook .

public void Save(HttpResponse response, string fileName, ContentDisposition contentDisposition, 
    SaveOptions saveOptions, bool enableHttpCompression)
معامليكتبوصف
responseHttpResponseكائن استجابة لإرجاع جدول البيانات إلى العميل.
fileNameStringاسم الملف الذي تم إنشاؤه.
contentDispositionContentDispositionنوع ترتيب المحتوى.
saveOptionsSaveOptionsخيارات الحفظ.
enableHttpCompressionBooleanما إذا كان سيتم استخدام ضغط http

أنظر أيضا