Gets or sets the collection used to generate the content of the ExportListControl. This is a dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public List<ToolButton> ExportItems { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ExportItems As List(Of ToolButton) |
Visual C++ |
---|
public: property List<ToolButton^>^ ExportItems { List<ToolButton^>^ get (); void set (List<ToolButton^>^ value); } |