Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the Report Designer in Business Intelligence Development Studio to pass a service provider to the IQueryDesigner to provide services to it.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
WriteOnly Property ServiceProvider As IServiceProvider
Set
'Usage
Dim instance As IQueryDesigner
Dim value As IServiceProvider
instance.ServiceProvider = value
IServiceProvider ServiceProvider { set; }
property IServiceProvider^ ServiceProvider {
void set (IServiceProvider^ value);
}
abstract ServiceProvider : IServiceProvider with get, set
function set ServiceProvider (value : IServiceProvider)
Property Value
Type: System.IServiceProvider
An IServiceProvider object.