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.
Generates export information from resource strings and the specified settings.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected Overridable Function GetRelatedInfo ( _
exportSettings As ExportSettings _
) As RelatedInfo
'Usage
Dim exportSettings As ExportSettings
Dim returnValue As RelatedInfo
returnValue = Me.GetRelatedInfo(exportSettings)
protected virtual RelatedInfo GetRelatedInfo(
ExportSettings exportSettings
)
Parameters
exportSettings
Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.ExportSettingsThe configuration settings for the export.
Return Value
Type: RelatedInfo
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace