[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.WordExporter

WordExporter Class

Represents an object that can be used to export a SSRS report to Microsoft Word format.

Inheritance
WordExporter
Implements
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class WordExporter : Exporter, IDisposable

Constructors

Name Description
WordExporter()

Properties

Name Description
AutoFit

Gets or sets a value defining how an AutoFit value will be specified for tables in generated Word file. The default value is Default.

ExpandToggles

Gets or sets a value indicating whether all items that can be toggled should render in their fully-expanded state. The default value is false.

ExportProvider

Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension.

FixedPageWidth

Gets or sets a value indicating whether the Page Width written to the DOC file will grow to accommodate the width of the largest page in the Report Body. The default value is false.

OmitDrillthroughs

Gets or sets a value indicating whether to omit the Drillthrough action on all items where it is set. The default value is false.

Gets or sets a value indicating whether to omit the Hyperlink action on all items where it is set. The default value is false.

OpenXmlDocument

Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.

Methods

Name Description
CanExportRange(OutputRangeType)

Tests whether the specified type of range can be exported by the current exporter.

GetDevInfo()

Returns DeviceInfo string for SSRS.

GetFormat()

Returns format identifier for SSRS.