FlexReport for WPF
OpenXmlDocument プロパティ (ExcelExporter)


C1.WPF.Document アセンブリ > C1.WPF.Document.Export.Ssrs 名前空間 > ExcelExporter クラス : OpenXmlDocument プロパティ
ドキュメントが Office12 Open XML 形式で保存されるかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
Public Property OpenXmlDocument As System.Boolean
'使用法
 
Dim instance As ExcelExporter
Dim value As System.Boolean
 
instance.OpenXmlDocument = value
 
value = instance.OpenXmlDocument
public System.bool OpenXmlDocument {get; set;}

プロパティ値

ドキュメントが Office12 形式でエクスポートされる場合は true、そうでない場合は false
参照

ExcelExporter クラス
ExcelExporter メンバ