OrganizationServiceContextExtensions.GetReportHistoryLimit Method (OrganizationServiceContext, Guid)

 

Applies To: Dynamics CRM 2015

Gets the history limit for a report. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static int GetReportHistoryLimit(
    this OrganizationServiceContext context,
    Guid reportId
)
public:
[ExtensionAttribute]
static int GetReportHistoryLimit(
    OrganizationServiceContext^ context,
    Guid reportId
)
static member GetReportHistoryLimit : 
        context:OrganizationServiceContext *
        reportId:Guid -> int
<ExtensionAttribute>
Public Shared Function GetReportHistoryLimit (
    context As OrganizationServiceContext,
    reportId As Guid
) As Integer

Parameters

Return Value

Type: System.Int32

Returns Int32.

Remarks

This is a method wrapper for the

GetReportHistoryLimitRequest and GetReportHistoryLimitResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright