This topic has not yet been rated - Rate this topic

MonthlyRecurrence Class

SQL Server 2005

Represents the days of the month on which a scheduled report runs.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public class MonthlyRecurrence : RecurrencePattern
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public class MonthlyRecurrence extends RecurrencePattern
SerializableAttribute 
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public class MonthlyRecurrence extends RecurrencePattern

Use the MonthlyRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.


System.Object
   Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.RecurrencePattern
    Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyRecurrence
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.