RenderedOutputFile.Extension Property

Definition

The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.

public:
 abstract property System::String ^ Extension { System::String ^ get(); };
public abstract string Extension { get; }
member this.Extension : string
Public MustOverride ReadOnly Property Extension As String

Property Value

The file extension of the encoded data stream. Common file extensions for reports are HTM, XLS, and TIF.

Applies to