Intersoft ClientUI Documentation
SubmitParameterCommand Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportViewer Class : SubmitParameterCommand Property






Gets or sets a command that invoked when submitting report parameter.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Action")>
Public Property SubmitParameterCommand As ICommand
Visual Basic (Usage)Copy Code
Dim instance As SqlReportViewer
Dim value As ICommand
 
instance.SubmitParameterCommand = value
 
value = instance.SubmitParameterCommand
C# 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Action")]
public ICommand SubmitParameterCommand {get; set;}
Delphi 
public read-write property SubmitParameterCommand: ICommand; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
CategoryAttribute("Action")
public function get,set SubmitParameterCommand : ICommand
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Action")]
public: __property ICommand* get_SubmitParameterCommand();
public: __property void set_SubmitParameterCommand( 
   ICommand* value
);
C++/CLI 
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Action")]
public:
property ICommand^ SubmitParameterCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.