Gets a list of property names the Binding cab be assigned to for all selected document elements

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public string[] GetSelectionPropertyBindingNames()
Visual Basic (Declaration)
Public Function GetSelectionPropertyBindingNames As String()
Visual C++
public:
array<String^>^ GetSelectionPropertyBindingNames()

See Also