ISemanticModelGenerator 인터페이스

Defines the properties and methods for generating a semantic model of a report.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
Public Interface ISemanticModelGenerator _
    Inherits IExtension
‘사용 방법
Dim instance As ISemanticModelGenerator
public interface ISemanticModelGenerator : IExtension
public interface class ISemanticModelGenerator : IExtension
type ISemanticModelGenerator =  
    interface 
        interface IExtension 
    end
public interface ISemanticModelGenerator extends IExtension

ISemanticModelGenerator 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 LocalizedName Gets the localized name of the extension to be displayed in a user interface. (IExtension에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Generate Generates a semantic model using the specified connection and model writer.
공용 메서드 ReGenerateModel Regenerates the model using the specified connection, model reader and model writer.
공용 메서드 SetConfiguration Used to pass custom configuration data to an extension. (IExtension에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스