Class ExtensionInfoModel
ExtensionInfo wrapper for data-binding
Inheritance
System.Object
ExtensionInfoModel
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class ExtensionInfoModel : Object
Properties
ExportReportCommand
Gets the ExportReport command
Declaration
public ICommand ExportReportCommand { get; }
Property Value
System.Windows.Input.ICommand
|
LocalizedName
Gets the extension info localized name
Declaration
public string LocalizedName { get; }
Property Value
System.String
|
Name
Gets the extension info name
Declaration
public string Name { get; }
Property Value
System.String
|