Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the command type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CommandType As CommandTypes
Get
Set
'Usage
Dim instance As QueryBase
Dim value As CommandTypes
value = instance.CommandType
instance.CommandType = value
public CommandTypes CommandType { get; set; }
public:
property CommandTypes CommandType {
CommandTypes get ();
void set (CommandTypes value);
}
member CommandType : CommandTypes with get, set
function get CommandType () : CommandTypes
function set CommandType (value : CommandTypes)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.CommandTypes
A ReportExpression object.