ReportServerClient.UpdateReportCategory(Int32, String, Nullable<Int32>, Object, Action<AsyncCompletedEventArgs>) Method
Updates properties of the specified report category.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public void UpdateReportCategory(
int categoryId,
string name,
int? optimisticLock,
object asyncState,
Action<AsyncCompletedEventArgs> onCompleted
)
Parameters
Name | Type | Description |
---|---|---|
categoryId | Int32 | A System.Int32 value specifying a report category to update. |
name | String | A System.String specifying a category name. |
optimisticLock | Nullable<Int32> | A nullable integer value specifying a report category version used for optimistic locking. |
asyncState | Object | A Object value containing information about the asynchronous operation. |
onCompleted | Action<AsyncCompletedEventArgs> | A System.Action delegate to be called when the operation is complete. |
Implements
See Also