#ReportOutputGenerator
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | FileExtension | Represents the System.String file extension that will be appended to the finished filename. This property must be overridden. | inherited from concrete class |
| Boolean | Hidden | Determines whether the output type will be hidden by default on the Izenda.Web.UI.AdHocToolbarNavigation control. | inherited from concrete class |
| String | ImageName | Gets or sets the name of the image file that will be used on the Izenda.Web.UI.AdHocToolbarNavigation control for this output type. | inherited from concrete class |
| String | ImageUrl | Gets the fully-qualified URL of the image that will be displayed on the report. | inherited from concrete class |
| Boolean | LeftPart | Determines whether this output type will be displayed on the lefthand side of the Izenda.Web.UI.AdHocToolbarNavigation control. | inherited from concrete class |
| Boolean | ShowInExplorer | Gets or sets a value indicating whether export button should be shown in Izenda.Web.UI.ReportViewer. | inherited from concrete class |
| Boolean | ShowInReportViewerExports | Determines whether the output type will be displayed by default on the classic AdHocReportViewer control. | inherited from concrete class |
| Boolean | ShowInToolbar | Determines whether the output type will be displayed by default on the Izenda.Web.UI.AdHocToolbarNavigation control. | inherited from concrete class |
| Boolean | ShowSeparator | Determines whether a separator element will be inserted between this output type and the next one on the Izenda.Web.UI.AdHocToolbarNavigation control. | inherited from concrete class |
| String | Text | Gets or sets the text on the output type. | inherited from concrete class |
| String | ToolbarText | Gets or sets the text that will be displayed on the toolbar button in an anchor tag. | inherited from concrete class |
| String | ToolTip | Gets or sets the text that is displayed when the user hovers over the icon on the Izenda.Web.UI.AdHocToolbarNavigation control. | inherited from concrete class |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GenerateOutput(Izenda.AdHoc.ReportSet) Generates a file containing the data loaded from the specified Izenda.AdHoc.ReportSet using the file extension provided on the object.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that will be processed.
Returns:
An Izenda.Controls.IContentGenerator containing the report data.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetOutputFileName(System.String)
Parameters:
- System.String reportName
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
