SIFWorks ADK 2.0
SetReportPublisher Method (publisher, flags)
NamespacesEdustructures.SifWorksIZoneSetReportPublisher(IReportPublisher, ProvisioningFlags)

[This is preliminary documentation and is subject to change.]

Register a ReportPublisher message handler with this zone to respond to SIF_Requests for SIF_ReportObject objects. ReportPublisher is implemented by Vertical Reporting applications that publish report data via the SIF_ReportObject object introduced in SIF 1.5.
Declaration Syntax
C#Visual BasicVisual C++
void SetReportPublisher(
	IReportPublisher publisher,
	ProvisioningFlags flags
)
Sub SetReportPublisher ( _
	publisher As IReportPublisher, _
	flags As ProvisioningFlags _
)
void SetReportPublisher (
	IReportPublisher^ publisher, 
	ProvisioningFlags flags
)
Parameters
publisher (IReportPublisher)
An object that implements the
CopyC#
Publisher
interface to respond to SIF_Request queries received by the agent. This object will be called whenever a SIF_Request is received on this zone and no other object in the message dispatching chain has processed the message.
flags (ProvisioningFlags)
Specify
CopyC#
AdkFlags.PROV_PROVIDE
to register the agent as the default provider of SIF_ReportObject with this zone. The Adk will send a SIF_Provide message after registering with this zone. Specify
CopyC#
AdkFlags.PROV_NONE
if the agent can respond to requests for the object type but will not register as the authoritative provider.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10