LocalSettingsReportOptions Property |
Stores the user printing preferences.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic LocalSettingsReportOptionsSection ReportOptions { get; }
Public ReadOnly Property ReportOptions As LocalSettingsReportOptionsSection
Get
public:
property LocalSettingsReportOptionsSection^ ReportOptions {
LocalSettingsReportOptionsSection^ get ();
}
member ReportOptions : LocalSettingsReportOptionsSection with get
Property Value
Type:
LocalSettingsReportOptionsSection
See Also