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.
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.