Class ExportGetTitleEventArgs
Inheritance
System.Object
System.EventArgs
ExportGetTitleEventArgs
Namespace: FastReport.Olap.Export
Assembly: FastReport.Olap.dll
Syntax
public class ExportGetTitleEventArgs : EventArgs
Constructors
ExportGetTitleEventArgs(ExportTitle, String)
Declaration
public ExportGetTitleEventArgs(ExportTitle exportTitle, string title)
Parameters
Type | Name | Description |
---|---|---|
ExportTitle | exportTitle | |
System.String | title |
Properties
ExportTitle
Declaration
public ExportTitle ExportTitle { get; }
Property Value
Type | Description |
---|---|
ExportTitle |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |