Propriedade do RDL HelpImpl
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
Property HelpImpl As IQueryDesignerHelpImpl
Get
Set
'Uso
Dim instance As IQueryDesignerHelpConsumer
Dim value As IQueryDesignerHelpImpl
value = instance.HelpImpl
instance.HelpImpl = value
IQueryDesignerHelpImpl HelpImpl { get; set; }
property IQueryDesignerHelpImpl^ HelpImpl {
IQueryDesignerHelpImpl^ get ();
void set (IQueryDesignerHelpImpl^ value);
}
abstract HelpImpl : IQueryDesignerHelpImpl with get, set
function get HelpImpl () : IQueryDesignerHelpImpl
function set HelpImpl (value : IQueryDesignerHelpImpl)
Valor da propriedade
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .IQueryDesignerHelpImpl
Consulte também