Class ReportNameWindow
Interaction logic for RenameReportWindow.xaml
Implements
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class ReportNameWindow : ChromelessWindow, IComponentConnector
Constructors
ReportNameWindow()
Initializes a new instance of the ReportNameWindow class.
Declaration
public ReportNameWindow()
ReportNameWindow(List<String>)
Initializes a new instance of the ReportNameWindow class.
Declaration
public ReportNameWindow(List<string> names)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | names | The dictionary. |
Properties
ReportName
Gets or sets the name of the report.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the report. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |
Implements
System.Windows.Markup.IComponentConnector