Skip to content

MFGSSSRS Report Format

MFGSSSRSReportFormat Public enum

Description

Enumerates common rendering format options for a SSRS report.

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.MFGSSSRSReportFormat[[MFGSSSRSReportFormat]]
end

Details

Summary

Enumerates common rendering format options for a SSRS report.

Remarks

Depending on the configuration of the SSRS server, not all formats may be available.

Fields

mfgsFormatNONE

Summary

Used to signify that the report should not be rendered.

mfgsFormatPDF

Summary

Render in PDF format.

mfgsFormatXML

Summary

Render in XML format.

mfgsFormatCSV

Summary

Render in CSV format.

mfgsFormatWORD

Summary

Render in Word format. (E.g. *.doc)

mfgsFormatWORDOPENXML

Summary

Render in Word Open XML format. (E.g. *.docx)

mfgsFormatEXCEL

Summary

Render in Excel format. (E.g. *.xls)

mfgsFormatEXCELOPENXML

Summary

Render in Excel Open XML format. (E.g. *.xlsx)

mfgsFormatIMAGE

Summary

Render in TIFF image format.

mfgsFormatMHTML

Summary

Render in MHTML (web archive) format.

mfgsFormatHTML4

Summary

Render in HTML 4.0 format.

mfgsFormatHTML5

Summary

Render in HTML 5.0 format.

mfgsFormatPPTX

Summary

Render in PPTX format.

mfgsFormatATOM

Summary

Render in Atom format.

mfgsFormatRGDI

Summary

Render in RGDI format.

mfgsFormatRPL

Summary

Render in RPL format.

Generated with ModularDoc